﻿@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/Themes/Theme/Fonts/fira-sans-v16-latin-regular.eot");
  src: local(""), url("/Themes/Theme/Fonts/fira-sans-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-regular.woff2") format("woff2"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-regular.woff") format("woff"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-regular.ttf") format("truetype"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-regular.svg#FiraSans") format("svg");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 800;
  font-display: block;
  src: url("/Themes/Theme/Fonts/fira-sans-v16-latin-800.eot");
  src: local(""), url("/Themes/Theme/Fonts/fira-sans-v16-latin-800.eot?#iefix") format("embedded-opentype"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-800.woff2") format("woff2"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-800.woff") format("woff"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-800.ttf") format("truetype"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-800.svg#FiraSans") format("svg");
}
@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/Themes/Theme/Fonts/fira-sans-v16-latin-900.eot");
  src: local(""), url("/Themes/Theme/Fonts/fira-sans-v16-latin-900.eot?#iefix") format("embedded-opentype"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-900.woff2") format("woff2"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-900.woff") format("woff"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-900.ttf") format("truetype"), url("/Themes/Theme/Fonts/fira-sans-v16-latin-900.svg#FiraSans") format("svg");
}
@font-face {
  font-family: "rubrik_lightregular";
  src: url("/Themes/Theme/Fonts/rubriklight_400-webfont.woff2") format("woff2"), url("/Themes/Theme/Fonts/rubriklight_400-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "rubrik_light_italicregular";
  src: url("/Themes/Theme/Fonts/rubriklightitalic_400-webfont.woff2") format("woff2"), url("/Themes/Theme/Fonts/rubriklightitalic_400-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "rubrikregular";
  src: url("/Themes/Theme/Fonts/rubrik_400-webfont.woff2") format("woff2"), url("/Themes/Theme/Fonts/rubrik_400-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "rubrik_boldregular";
  src: url("/Themes/Theme/Fonts/rubrikbold_400-webfont.woff2") format("woff2"), url("/Themes/Theme/Fonts/rubrikbold_400-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "rubrik_bold_italicregular";
  src: url("/Themes/Theme/Fonts/rubrikbolditalic_400-webfont.woff2") format("woff2"), url("/Themes/Theme/Fonts/rubrikbolditalic_400-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "rubrik_italicregular";
  src: url("/Themes/Theme/Fonts/rubrikitalic_400-webfont.woff2") format("woff2"), url("/Themes/Theme/Fonts/rubrikitalic_400-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
html, body {
  line-height: 28px;
  margin: 0;
  padding: 0;
  font-family: "rubrik_lightregular" !important;
  font-size: 16px;
  overflow-x: hidden;
  color: #000000;
}

h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6, label {
  margin: 0 !important;
  padding: 32px 0 0 0;
  font-family: "Fira Sans";
  font-weight: 900 !important;
}

h1, .heading-1 {
  line-height: 50px;
  font-size: 42px;
}
h1 span, .heading-1 span {
  color: #34A845;
}

h1 + h2, .heading-1 + .heading-2 {
  padding-top: 10px;
  line-height: 34px;
  font-size: 28px;
}
h1 + h2 span, .heading-1 + .heading-2 span {
  color: #34A845;
}

h2, .heading-2 {
  line-height: 34px;
  font-size: 28px;
}
h2 span, .heading-2 span {
  color: #34A845;
}

h3, .heading-3 {
  line-height: 28px;
  font-size: 24px;
}
h3 span, .heading-3 span {
  color: #34A845;
}

h4, .heading-4, label {
  line-height: 28px;
  font-size: 18px;
}
h4 span, .heading-4 span, label span {
  color: #34A845;
}

/*
a, a:hover {
	color: #000000;
}
*/
p {
  line-height: 28px;
  margin: 0 !important;
  padding: 32px 0 0 0;
  font-size: 16px;
}
p.button a span {
  padding: 10px 30px;
  background-color: #FFB300;
  border-radius: 10px;
  font-family: "rubrikregular" !important;
  color: #000000;
  display: inline-block;
  position: relative;
  transition: padding linear 125ms;
}
p.button a span::after {
  top: 18px;
  right: 14px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  content: "\f178";
  position: absolute;
  opacity: 0;
  transition: opacity linear 125ms;
}
p.button a:hover span {
  padding: 10px 44px 10px 16px;
}
p.button a:hover span::after {
  opacity: 1;
}
p.button > span {
  padding: 10px 30px;
  background-color: #FFB300;
  border-radius: 10px;
  font-family: "rubrikregular" !important;
  color: #000000;
  display: inline-block;
  position: relative;
  transition: padding linear 125ms;
  cursor: pointer;
}
p.button > span::after {
  top: 18px;
  right: 14px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  content: "\f178";
  position: absolute;
  opacity: 0;
  transition: opacity linear 125ms;
}
p.button > span:hover {
  padding: 10px 44px 10px 16px;
}
p.button > span:hover::after {
  opacity: 1;
}

button.button {
  padding: 10px 30px;
  background-color: #FFB300;
  border-radius: 10px;
  font-family: "rubrikregular" !important;
  color: #000000;
  display: inline-block;
  position: relative;
  transition: padding linear 125ms;
  border: none;
  line-height: 28px;
}
button.button span::after {
  top: 18px;
  right: 14px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  content: "\f178";
  position: absolute;
  opacity: 0;
  transition: opacity linear 125ms;
}
button.button:hover {
  padding: 10px 44px 10px 16px;
}
button.button:hover span::after {
  opacity: 1;
}

ul.checks {
  margin: 0;
  padding: 16px 0 0 0;
}
ul.checks li {
  margin: 16px 0 0 0;
  padding: 0 0 0 26px;
  list-style: none;
  position: relative;
}
ul.checks li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}

.media, .gallery {
  margin: 32px 0 0 0;
  padding: 0;
  border-radius: 20px;
  overflow: hidden;
}

.wrapper {
  max-width: 1640px;
  margin: 0 auto;
  position: relative;
}

body.lgszDocumentTypeHome section.hero .wrapper .radials .sides .content-box {
  margin-top: 96px;
}
body.lgszDocumentTypeHome section.hero + section {
  margin-top: -64px;
  padding-top: 0;
  position: relative;
  z-index: 3;
}
body.lgszDocumentTypeHome section.categories + section {
  padding-top: 0;
}
body.lgszDocumentTypeHome section.references {
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
body.lgszDocumentTypeHome section.references::before {
  bottom: -700px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
body.lgszDocumentTypeHome section.references::after {
  top: -700px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
body.lgszDocumentTypeHome section.references h2 span {
  color: #31A042;
}
body.lgszDocumentTypeHome section.references .wrapper {
  position: relative;
  z-index: 2;
}
body.lgszDocumentTypeHome section.references .wrapper .g-large {
  top: -380px;
  right: 112px;
  position: absolute;
  opacity: 0.26;
}
body.lgszDocumentTypeHome section.references .wrapper .g-large img {
  width: 540px;
}
body.lgszDocumentTypePageCategories section.categories {
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
body.lgszDocumentTypePageCategories section.categories::before {
  bottom: -700px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}
body.lgszDocumentTypePageCategories section.categories::after {
  top: -700px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
body.lgszDocumentTypePageCategories section.categories h2 span {
  color: #31A042;
}
body.lgszDocumentTypePageCategories section.categories .wrapper {
  z-index: 2;
}
body.lgszDocumentTypePageCategories section.categories .wrapper .category .category-placeholder {
  background-color: #FFFFFF;
}
body.lgszDocumentTypePageCategories section.categories .wrapper .category .category-placeholder::before, body.lgszDocumentTypePageCategories section.categories .wrapper .category .category-placeholder::after {
  display: none;
  visibility: hidden;
}
body.lgszDocumentTypePageCategories section.categories .wrapper .category .category-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
body.lgszDocumentTypePageCategories section.categories .wrapper .category .category-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
body.lgszDocumentTypePageCategories section.categories .wrapper .category:hover .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #34A845;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
body.lgszDocumentTypePageCategories section.categories .wrapper .category:hover .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #FFFFFF;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
body.lgszDocumentTypePageCategories section.categories .g-large {
  top: -240px;
  right: 16px;
  position: absolute;
  opacity: 0.26;
}
body.lgszDocumentTypePageCategories section.categories .g-large img {
  width: 420px;
}
body.lgszDocumentTypeGrantsAndLoans section.grants-and-loans {
  background-color: transparent !important;
}
body.lgszDocumentTypeGrantsAndLoans section.grants-and-loans::before, body.lgszDocumentTypeGrantsAndLoans section.grants-and-loans::after {
  display: none;
  visibility: hidden;
}
body.lgszDocumentTypeGrantOrLoan .section-1 {
  padding-top: 0;
  padding-bottom: 32px;
}
body.lgszDocumentTypeGrantOrLoan .section-1 .content {
  padding: 32px 64px 64px 64px;
}
body.lgszDocumentTypeGrantOrLoan .section-3 {
  padding-top: 0;
  padding-bottom: 32px;
}
body.lgszDocumentTypeGrantOrLoan .section-3 .content {
  padding: 32px 64px 64px 64px;
}
body.lgszDocumentTypeGrantOrLoan .work-method {
  padding-top: 0;
}
body.lgszDocumentTypeReferences section.references {
  background-color: transparent !important;
}
body.lgszDocumentTypeReferences section.references:before {
  display: none !important;
}
body.lgszDocumentTypeReferences section.references:after {
  display: none !important;
}
body.lgszDocumentTypeMeasure section.references {
  background-color: transparent !important;
}
body.lgszDocumentTypeMeasure section.references::before, body.lgszDocumentTypeMeasure section.references::after {
  display: none;
  visibility: hidden;
}
body.lgszDocumentTypeCompanies section.companies {
  background-color: transparent !important;
}
body.lgszDocumentTypeCompanies section.companies::before, body.lgszDocumentTypeCompanies section.companies::after {
  display: none;
  visibility: hidden;
}
body.calendar section.calendar {
  background-color: transparent !important;
}
body.calendar section.calendar::before, body.calendar section.calendar::after {
  display: none;
  visibility: hidden;
}
body.lgszDocumentTypeSearchResults section.grants-and-loans, body.lgszDocumentTypeSearchResults section.references {
  background-color: transparent !important;
}
body.lgszDocumentTypeSearchResults section.grants-and-loans::before, body.lgszDocumentTypeSearchResults section.grants-and-loans::after, body.lgszDocumentTypeSearchResults section.references::before, body.lgszDocumentTypeSearchResults section.references::after {
  display: none;
  visibility: hidden;
}
body.lgszDocumentTypeSearchResults section.with-results {
  padding-bottom: 0;
}
body.lgszDocumentTypeSearchResults section + section {
  padding-top: 0;
}
body.lgszDocumentTypeSearchResults section.search-results .page {
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  position: relative;
  padding: 24px 48px;
  transition: all linear 125ms;
  margin-top: 32px;
}
body.lgszDocumentTypeSearchResults section.search-results .page a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.lgszDocumentTypeSearchResults section.search-results .page p {
  padding: 0;
}
body.lgszDocumentTypeSearchResults section.search-results .page p.title {
  font-family: "Fira Sans";
  font-weight: 900 !important;
}
body.lgszDocumentTypeSearchResults section.search-results .page:hover {
  border-color: #34A845;
}

body.lgszDocumentTypeHome main section.advantages .content {
  padding-bottom: 32px;
}

header {
  position: relative;
  z-index: 5;
}
header .afm {
  padding: 16px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
header .afm img {
  width: 100%;
  height: 32px;
}
header ul {
  margin: 16px 64px;
  padding: 0;
  display: flex;
}
header ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li.logo {
  margin: 19px 0;
}
header ul li.logo a img {
  height: 58px;
}
header ul li.navigation {
  margin-left: auto;
}
header ul li.navigation ul {
  margin: 0;
  justify-content: right;
  display: block;
}
header ul li.navigation ul li.secondary-navigation {
  position: relative;
  z-index: 1;
}
header ul li.navigation ul li.secondary-navigation nav ul {
  display: flex;
}
header ul li.navigation ul li.secondary-navigation nav ul li {
  position: relative;
}
header ul li.navigation ul li.secondary-navigation nav ul li a {
  text-decoration: none;
  color: #737373;
}
header ul li.navigation ul li.secondary-navigation nav ul li a span {
  padding: 10px 20px;
  display: block;
}
header ul li.navigation ul li.secondary-navigation nav ul li.has-children > a span:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  content: "\f107";
  display: inline-block;
  color: #37B34A;
}
header ul li.navigation ul li.secondary-navigation nav ul li.button a {
  text-decoration: none;
  color: #000000;
}
header ul li.navigation ul li.secondary-navigation nav ul li.button a span {
  padding: 10px 30px;
  background-color: #FFB300;
  border-radius: 10px;
  color: #000000;
  position: relative;
  transition: all linear 125ms;
}
header ul li.navigation ul li.secondary-navigation nav ul li.button a span::after {
  top: 18px;
  right: 14px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  content: "\f178";
  position: absolute;
  opacity: 0;
  transition: opacity linear 125ms;
}
header ul li.navigation ul li.secondary-navigation nav ul li.button a:hover span {
  padding: 10px 44px 10px 16px;
  color: #000000;
}
header ul li.navigation ul li.secondary-navigation nav ul li.button a:hover span:after {
  opacity: 1;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search {
  padding: 0 20px;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search form {
  position: relative;
  min-width: 24px;
  height: 100%;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search input {
  width: 0;
  transition: all 0.5s;
  -webkit-appearance: none;
  border: none;
  background-color: #FFFFFF;
  border-radius: 10px;
  height: 100%;
  border: 1px solid #FFFFFF;
  opacity: 0;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search input:focus {
  border: none;
  outline: none;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search .search-icon {
  color: #34A845;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.5s;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search.opened input {
  width: 200px;
  background-color: #EAF7EC;
  border-color: #D3EBD6;
  padding: 0 32px;
  opacity: 1;
}
header ul li.navigation ul li.secondary-navigation nav ul li.search.opened .search-icon {
  right: 10px;
}
header ul li.navigation ul li.secondary-navigation nav ul li ul {
  top: 100%;
  right: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  display: block;
}
header ul li.navigation ul li.secondary-navigation nav ul li ul li {
  white-space: nowrap;
  display: block;
}
header ul li.navigation ul li.secondary-navigation nav ul li ul li a:hover {
  text-decoration: underline;
}
header ul li.navigation ul li.secondary-navigation nav ul li ul li a span {
  color: #737373 !important;
}
header ul li.navigation ul li.secondary-navigation nav ul li ul li:hover a span {
  color: #737373;
}
header ul li.navigation ul li.secondary-navigation nav ul li:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 4;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}
header ul li.navigation ul li.secondary-navigation nav ul li.active a span, header ul li.navigation ul li.secondary-navigation nav ul li:hover a span {
  color: #34A845;
}
header ul li.navigation ul li.primary-navigation nav ul {
  display: flex;
}
header ul li.navigation ul li.primary-navigation nav ul li a {
  text-decoration: none;
  color: #000000;
}
header ul li.navigation ul li.primary-navigation nav ul li a span {
  padding: 10px 20px;
  font-family: "rubrikregular";
  font-size: 18px;
  display: block;
  transition: color linear 125ms;
}
header ul li.navigation ul li.primary-navigation nav ul li.active a span, header ul li.navigation ul li.primary-navigation nav ul li:hover a span {
  color: #34A845;
}
header ul li.mobile-navigation {
  display: none;
}
header ul li.mobile-navigation .toggler {
  width: 42px;
  height: 42px;
  position: relative;
}
header ul li.mobile-navigation .toggler:before {
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f0c9";
  font-size: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header ul li.mobile-navigation .toggler.is-active:before {
  content: "\f00d";
}

main section {
  padding: 64px 0 96px 0;
}
main section.breadcrumb {
  padding: 0;
}
main section.breadcrumb + section {
  padding-top: 0;
}
main section.hero {
  /*height: 740px;*/
  padding: 0;
  position: relative;
  overflow: hidden;
}
main section.hero::before, main section.hero::after {
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  content: "";
  position: absolute;
  pointer-events: none;
  pointer-events: none;
}
main section.hero::before {
  top: 0;
  background: -moz-linear-gradient(top, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeeeee", endColorstr="#00eeeeee",GradientType=0 );
  z-index: 2;
}
main section.hero::after {
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  z-index: 3;
}
main section.hero .wrapper {
  height: 100%;
  position: relative;
}
main section.hero .wrapper .g-filled {
  top: -145px;
  right: 116px;
  position: absolute;
  z-index: 4;
}
main section.hero .wrapper .g-filled img {
  width: 256px;
}
main section.hero .wrapper .g-filled .icon {
  top: 145px;
  padding: 48px 0 0 0;
  position: absolute;
}
main section.hero .wrapper .g-filled .icon img {
  height: 76px;
}
main section.hero .wrapper .radials {
  height: 100%;
  position: relative;
}
main section.hero .wrapper .radials::before {
  top: -550px;
  right: -450px;
  width: 900px;
  height: 700px;
  border-radius: 50%;
  filter: blur(100px);
  background-color: #FFB300;
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 2;
  pointer-events: none;
}
main section.hero .wrapper .radials::after {
  right: -450px;
  bottom: -350px;
  width: 900px;
  height: 700px;
  border-radius: 50%;
  filter: blur(100px);
  background-color: #34A845;
  content: "";
  position: absolute;
  opacity: 0.9;
  z-index: 3;
  pointer-events: none;
}
main section.hero .wrapper .radials .container-fluid,
main section.hero .wrapper .radials .container-fluid .row,
main section.hero .wrapper .radials .container-fluid .row .col,
main section.hero .wrapper .radials .container-fluid .row .col .sides,
main section.hero .wrapper .radials .container-fluid .row .col .sides .left,
main section.hero .wrapper .radials .container-fluid .row .col .sides .right {
  /*height: 100%;*/
}
main section.hero .wrapper .radials .sides {
  display: flex;
  flex-direction: column;
  position: relative;
}
main section.hero .wrapper .radials .sides .content-box {
  /*top: 96px;*/
  width: 50%;
  margin: 0 0 96px 0;
  padding: 32px 64px 64px 64px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  backdrop-filter: blur(10px) brightness(102%);
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 11;
}
main section.hero .wrapper .radials .sides .content-box img.municipality-logo {
  height: 54px;
  margin-top: 32px;
  /*float: right;*/
}
main section.hero .wrapper .radials .sides .content-box p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
main section.hero .wrapper .radials .sides .right {
  width: 66.6666666667%;
  height: 100%;
  margin-left: 33.3333333333%;
  position: absolute;
}
main section.hero .wrapper .radials .sides .right::before, main section.hero .wrapper .radials .sides .right::after {
  top: 0;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
main section.hero .wrapper .radials .sides .right::before {
  left: 0;
  width: 25%;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
main section.hero .wrapper .radials .sides .right::after {
  right: 0;
  width: 45%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}
main section.hero .wrapper .radials .sides .right .image {
  width: 100%;
  height: 100%;
  /*margin-bottom: 88px;*/
  position: relative;
}
main section.hero .wrapper .radials .sides .right .image::after {
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
main section.hero .wrapper .radials .sides .right .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main section.hero .wrapper .radials .sides .banner-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box {
  background-color: #FFFFFF;
  width: 42%;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner {
  backdrop-filter: unset;
  padding: 40px 250px 40px 40px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .placeholder .heading-3 {
  padding-top: 0;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .placeholder .heading-3 + * {
  padding-top: 8px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .placeholder .button {
  padding-top: 16px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 250px;
  height: auto;
  margin-bottom: -1px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image img {
  width: 100%;
  height: auto;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image:after {
  display: none;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar {
  padding: 40px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 15.84%, #FFF 83.43%), rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10.5px);
  box-sizing: border-box;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .placeholder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .placeholder p {
  padding-top: 0;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .placeholder p.heading-3 {
  font-size: 18px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item {
  padding: 16px 0 0 0;
  transition: padding linear 125ms;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item.has--link .item-placeholder {
  cursor: pointer;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item.has--link .item-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item.has--link .item-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item.has--link .item-placeholder:hover {
  border-color: #34A845;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item.has--link .item-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item.has--link .item-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 1px solid #EAF7EC;
  border-radius: 10px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body {
  padding: 16px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body p.heading-3 {
  padding: 0;
  font-size: 18px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body p.data {
  padding: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body p.data span.date {
  /*text-transform: uppercase;*/
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body p.data span.date i {
  color: #31A042;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body p.data span.location i {
  color: #31A042;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body > .data {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body .logo {
  margin-left: auto;
  padding-top: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  column-gap: 40px;
}
main section.hero .wrapper .radials .sides .banner-wrapper .content-box.calendar .item .item-placeholder .body .logo img {
  width: 100%;
  height: 32px;
}
@media screen and (max-width: 1500px) {
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner {
    padding-right: 220px;
  }
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image {
    width: 200px;
  }
}
@media screen and (max-width: 1280px) {
  main section.hero .wrapper .radials .sides .banner-wrapper {
    position: relative;
    order: 3;
  }
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box {
    width: 100%;
    margin-bottom: 0;
  }
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner {
    padding-right: 270px;
  }
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image {
    width: 250px;
  }
}
@media screen and (max-width: 820px) {
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner {
    padding-right: 220px;
  }
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image {
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner {
    padding: 40px;
  }
  main section.hero .wrapper .radials .sides .banner-wrapper .content-box.banner .image {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 16px auto -40px auto;
  }
}
main section.hero .breadcrumb {
  position: relative;
  z-index: 3;
}
main section.hero + section:not(.categories, .background.green) {
  margin-top: -64px;
  padding-top: 0;
  position: relative;
  z-index: 3;
}
main section.categories {
  position: relative;
}
main section.categories .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.categories .categories {
  margin: 0 -32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
main section.categories .categories .category {
  width: calc(33.3333333333% - 64px);
  height: auto;
  margin: 32px 32px 0 32px;
  padding: 32px 0 0 0;
  transition: all linear 125ms;
}
main section.categories .categories .category:hover {
  margin-bottom: 22px;
  padding: 10px 0 0 0;
}
main section.categories .categories .category .category-placeholder {
  height: 100%;
  background-color: #EAF7EC;
  border-radius: 20px;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
main section.categories .categories .category .category-placeholder::before {
  bottom: -500px;
  left: -500px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
main section.categories .categories .category .category-placeholder::after {
  top: -500px;
  right: -500px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}
main section.categories .categories .category .category-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
main section.categories .categories .category .category-placeholder .body {
  height: 100%;
  padding: 48px 40px 48px 40px;
  position: relative;
  z-index: 1;
}
main section.categories .categories .category .category-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.categories .categories .category .category-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.categories .categories .category .category-placeholder .body .heading-placeholder {
  display: flex;
  align-content: start;
}
main section.categories .categories .category .category-placeholder .body .heading-placeholder img {
  width: 64px;
  height: 64px;
}
main section.categories .categories .category .category-placeholder .body .heading-placeholder p.title {
  padding-top: 20px;
}
main section.categories .categories .category .category-placeholder .body p.summary {
  padding: 20px 0 0 64px;
}
main section.categories .categories .category:hover .body::before {
  background-color: #34A845;
}
main section.categories .categories .category:hover .body::after {
  color: #FFFFFF;
}
main section.categories .pattern {
  top: 24px;
  left: 66%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-image: url("/Themes/Theme/Images/pattern_footer.svg");
  background-size: 40px 58px;
  background-repeat: repeat;
  content: "";
  position: absolute;
  z-index: -1;
}
main section.categories .pattern::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.advantages {
  padding-top: 0;
  padding-bottom: 32px;
}
main section.advantages .content-box {
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 0 20px 20px 0;
  position: relative;
}
main section.advantages .content-box::before {
  width: 100vw;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #EAF7EC;
  position: absolute;
  content: "";
}
main section.advantages .content-box .radial {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
main section.advantages .content-box .radial::after {
  top: -400px;
  right: -400px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
main section.advantages .content {
  padding: 32px 64px 64px 64px;
}
main section.advantages .pattern {
  top: 128px;
  left: calc(50% + 48px);
  bottom: 0;
  width: calc(50% - 48px);
  height: calc(100% - 128px);
  background-image: url("/Themes/Theme/Images/pattern_footer.svg");
  background-size: 40px 58px;
  background-repeat: repeat;
  content: "";
  position: absolute;
  z-index: -1;
}
main section.advantages .pattern::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.advantages .pattern::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.properties {
  padding-top: 0;
  padding-bottom: 32px;
}
main section.properties .content-box {
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 0 20px 20px 0;
  position: relative;
}
main section.properties .content-box::before {
  width: 100vw;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #EAF7EC;
  position: absolute;
  content: "";
}
main section.properties .content-box .radial {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
main section.properties .content-box .radial::after {
  top: -400px;
  right: -400px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
main section.properties .content-box .radial .g-large {
  top: -140px;
  right: 24px;
  position: absolute;
  opacity: 0.26;
  z-index: 0;
}
main section.properties .content-box .radial .g-large img {
  width: 200px;
}
main section.properties .content {
  padding: 32px 64px 64px 64px;
}
main section.properties .pattern {
  top: 128px;
  left: calc(50% + 48px);
  bottom: 0;
  width: calc(50% - 48px);
  height: calc(100% - 128px);
  background-image: url("/Themes/Theme/Images/pattern_footer.svg");
  background-size: 40px 58px;
  background-repeat: repeat;
  content: "";
  position: absolute;
  z-index: -1;
}
main section.properties .pattern::before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 100%;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.properties .pattern::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.conditions {
  padding: 0;
}
main section.conditions .conditions-placeholder {
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 0 20px 20px 0;
  position: relative;
}
main section.conditions .conditions-placeholder::before {
  width: 100vw;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #EAF7EC;
  position: absolute;
  content: "";
}
main section.conditions .conditions-placeholder .media {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}
main section.conditions .conditions-placeholder .gallery {
  margin-top: -80px;
  position: relative;
}
main section.conditions .conditions-placeholder .gallery ::before {
  right: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  background-color: #FFFFFF;
  border-top-right-radius: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
  pointer-events: none;
}
main section.conditions .conditions-placeholder .gallery ::after {
  right: 12px;
  top: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f00e";
  position: absolute;
  transition: color linear 125ms;
}
main section.conditions .conditions-placeholder .gallery a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
main section.conditions .conditions-placeholder .thumbs {
  margin-top: 32px;
}
main section.conditions .conditions-placeholder .thumbs .thumb {
  margin-top: 32px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
main section.conditions .conditions-placeholder .thumbs .thumb a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
main section.conditions .conditions-placeholder .thumbs .thumb ::before {
  right: 0px;
  top: 0px;
  width: 64px;
  height: 64px;
  background-color: #FFFFFF;
  border-top-right-radius: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
  pointer-events: none;
}
main section.conditions .conditions-placeholder .thumbs .thumb ::after {
  right: 12px;
  top: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f00e";
  position: absolute;
  transition: color linear 125ms;
}
main section.conditions .conditions-placeholder ul.checks {
  display: flex;
  flex-wrap: wrap;
}
main section.conditions .conditions-placeholder ul.checks li {
  width: 50%;
}
main section.conditions .conditions-placeholder .youtube,
main section.conditions .conditions-placeholder .matterport {
  position: relative;
  padding-top: 56.25%;
  margin-top: -80px;
  overflow: hidden;
  border-radius: 20px;
  z-index: 10;
}
main section.conditions .conditions-placeholder .youtube iframe,
main section.conditions .conditions-placeholder .matterport iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main section.calculations .pattern {
  top: 24px;
  left: calc(83.3333333333% - 14px);
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-image: url("/Themes/Theme/Images/pattern_footer.svg");
  background-size: 40px 58px;
  background-repeat: repeat;
  content: "";
  position: absolute;
}
main section.calculations .pattern::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.calculations .calculations-outer-placeholder {
  position: relative;
}
main section.calculations .calculations-outer-placeholder::before {
  width: 100vw;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #EAF7EC;
  position: absolute;
  content: "";
}
main section.calculations .calculations-outer-placeholder .radial {
  height: 100%;
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
}
main section.calculations .calculations-outer-placeholder .radial::after {
  top: -500px;
  right: -500px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #34A845 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #34A845 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, #34A845 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}
main section.calculations .calculations-outer-placeholder .radial .g-large {
  top: -140px;
  right: 24px;
  position: absolute;
  opacity: 0.26;
  z-index: 0;
}
main section.calculations .calculations-outer-placeholder .radial .g-large img {
  width: 200px;
}
main section.calculations .calculations-outer-placeholder .radial .calculations-inner-placeholder {
  position: relative;
  z-index: 1;
}
main section.calculations .calculations-outer-placeholder .radial .calculations-inner-placeholder .calculation {
  margin-top: 48px;
  padding: 16px 48px 48px 48px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
main section.calculations .calculations-outer-placeholder .radial .calculations-inner-placeholder .calculation p.spcification {
  padding: 0;
}
main section.calculations .calculations-outer-placeholder .radial .calculations-inner-placeholder .calculation p span {
  font-style: italic;
}
main section.work-method .work-method-placeholder {
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
main section.work-method .work-method-placeholder .steps .step {
  margin-top: 48px;
  padding: 16px 48px 48px 48px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
main section.measures .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.measures .measure {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
main section.measures .measure:hover {
  padding: 10px 0 22px 0;
}
main section.measures .measure .measure-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
main section.measures .measure .measure-placeholder:hover {
  border-color: #34A845;
}
main section.measures .measure .measure-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /*
  &:focus {
  	border: 2px solid red;
  	border-radius: 20px;
  }
  */
}
main section.measures .measure .measure-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
main section.measures .measure .measure-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
main section.measures .measure .measure-placeholder .body {
  padding: 6px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
main section.measures .measure .measure-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.measures .measure .measure-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.measures .measure .measure-placeholder .body p.heading-3 {
  font-size: 18px;
}
main section.measures .measure .measure-placeholder .body ul {
  margin: 0;
  padding: 0;
}
main section.measures .measure .measure-placeholder .body ul li {
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
  position: relative;
}
main section.measures .measure .measure-placeholder .body ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}
main section.measures .measure .measure-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.measures .measure .measure-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.measures .measures-slider .slick-list {
  margin: 0 -32px;
}
main section.measures .measures-slider .slick-list .slick-track {
  margin: unset;
  display: flex;
}
main section.measures .measures-slider .slick-list .slick-track .slick-slide {
  margin: 0 32px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
main section.measures .measures-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
main section.measures .measures-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main section.measures .measures-controls .measures-slider-dots ul.slick-dots {
  margin: 15px auto;
  padding: 38px 0 0 0;
  line-height: 48px;
  display: flex;
}
main section.measures .measures-controls .measures-slider-dots ul.slick-dots li {
  margin: 0;
  padding: 0;
  height: 14px;
  line-height: 48px;
  list-style: none;
}
main section.measures .measures-controls .measures-slider-dots ul.slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #34A845;
  border-radius: 50%;
  font-size: 0;
  transition: background-color linear 125ms;
  vertical-align: top;
}
main section.measures .measures-controls .measures-slider-dots ul.slick-dots li.slick-active button {
  background-color: #34A845;
}
main section.measures .measures-controls p.button {
  padding-top: 38px;
  flex: 0;
}
main section.measures .measures-controls p.button a span {
  white-space: nowrap;
}
main section.measures .measures-controls .measures-slider-arrows {
  margin-right: 12px;
  padding-top: 38px;
  display: flex;
}
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-prev,
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-next {
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-prev {
  margin-right: 10px;
}
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-prev:after,
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-next:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  position: absolute;
}
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-prev:after {
  content: "\f177";
}
main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-next:after {
  content: "\f178";
}
main section.companies .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.companies .loader-wrapper {
  padding: 64px 0;
}
main section.companies .company {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
main section.companies .company:hover {
  padding: 10px 0 22px 0;
}
main section.companies .company .company-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
main section.companies .company .company-placeholder:hover {
  border-color: #34A845;
}
main section.companies .company .company-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /*
  &:focus {
  	border: 2px solid red;
  	border-radius: 20px;
  }
  */
}
main section.companies .company .company-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
main section.companies .company .company-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
main section.companies .company .company-placeholder .body {
  padding: 6px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
main section.companies .company .company-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.companies .company .company-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.companies .company .company-placeholder .body p.heading-3 {
  font-size: 18px;
}
main section.companies .company .company-placeholder .body p.city {
  padding-top: 8px;
}
main section.companies .company .company-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.companies .company .company-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.calendar .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.calendar .loader-wrapper {
  padding: 64px 0;
}
main section.calendar .filters .filter {
  margin-top: 24px;
}
main section.calendar .item {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
main section.calendar .item.has--link:hover {
  padding: 10px 0 22px 0;
}
main section.calendar .item.has--link .item-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.calendar .item.has--link .item-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.calendar .item.has--link .item-placeholder:hover {
  border-color: #34A845;
}
main section.calendar .item .item-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
main section.calendar .item .item-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /*
  &:focus {
  	border: 2px solid red;
  	border-radius: 20px;
  }
  */
}
main section.calendar .item .item-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
main section.calendar .item .item-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
main section.calendar .item .item-placeholder .body {
  padding: 6px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  flex: 1;
}
main section.calendar .item .item-placeholder .body p.heading-3 {
  font-size: 18px;
}
main section.calendar .item .item-placeholder .body p.data {
  padding: 0;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
}
main section.calendar .item .item-placeholder .body p.data span.date {
  padding-left: 22px;
  text-transform: none;
  position: relative;
}
main section.calendar .item .item-placeholder .body p.data span.date i {
  top: 7px;
  left: 0;
  color: #31A042;
  position: absolute;
}
main section.calendar .item .item-placeholder .body p.data span.location {
  padding-left: 22px;
  position: relative;
}
main section.calendar .item .item-placeholder .body p.data span.location i {
  top: 7px;
  left: 0;
  color: #31A042;
  position: absolute;
}
main section.calendar .item .item-placeholder .body .logo {
  margin-left: auto;
  padding-top: 32px;
  flex-shrink: 0;
  flex-grow: 0;
  column-gap: 40px;
}
main section.calendar .item .item-placeholder .body .logo img {
  width: 100%;
  height: 32px;
}
main section.calendar .item .item-placeholder:hover {
  border-color: #EAF7EC;
}
main section.calendar .item .item-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.calendar .item .item-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.references {
  padding-top: 64px;
}
main section.references .pattern {
  top: 24px;
  left: 66%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-image: url("/Themes/Theme/Images/pattern_footer.svg");
  background-size: 40px 58px;
  background-repeat: repeat;
  content: "";
  position: absolute;
}
main section.references .pattern::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
}
main section.references .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.references .reference {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
main section.references .reference:hover {
  padding: 10px 0 22px 0;
}
main section.references .reference .reference-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
main section.references .reference .reference-placeholder:hover {
  border-color: #34A845;
}
main section.references .reference .reference-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
main section.references .reference .reference-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
main section.references .reference .reference-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
main section.references .reference .reference-placeholder .body {
  padding: 20px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
main section.references .reference .reference-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
  pointer-events: none;
}
main section.references .reference .reference-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.references .reference .reference-placeholder .body p.heading-3 {
  font-size: 18px;
}
main section.references .reference .reference-placeholder .body ul {
  margin: 0;
  padding: 0;
}
main section.references .reference .reference-placeholder .body ul li {
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
  position: relative;
}
main section.references .reference .reference-placeholder .body ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}
main section.references .reference .reference-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.references .reference .reference-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.references .references-slider .slick-list {
  margin: 0 -32px;
}
main section.references .references-slider .slick-list .slick-track {
  margin: unset;
  display: flex;
}
main section.references .references-slider .slick-list .slick-track .slick-slide {
  margin: 0 32px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
main section.references .references-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
main section.references .references-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main section.references .references-controls .references-slider-dots ul.slick-dots {
  margin: 15px auto;
  padding: 38px 0 0 0;
  line-height: 48px;
  display: flex;
}
main section.references .references-controls .references-slider-dots ul.slick-dots li {
  margin: 0;
  padding: 0;
  height: 14px;
  line-height: 48px;
  list-style: none;
}
main section.references .references-controls .references-slider-dots ul.slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #34A845;
  border-radius: 50%;
  font-size: 0;
  transition: background-color linear 125ms;
  vertical-align: top;
}
main section.references .references-controls .references-slider-dots ul.slick-dots li.slick-active button {
  background-color: #34A845;
}
main section.references .references-controls p.button {
  padding-top: 38px;
  flex: 0;
}
main section.references .references-controls p.button a span {
  white-space: nowrap;
}
main section.references .references-controls .references-slider-arrows {
  margin-right: 12px;
  padding-top: 38px;
  display: flex;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev,
main section.references .references-controls .references-slider-arrows .references-slider-arrow-next {
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev {
  margin-right: 10px;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev:after,
main section.references .references-controls .references-slider-arrows .references-slider-arrow-next:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  position: absolute;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev:after {
  content: "\f177";
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-next:after {
  content: "\f178";
}
main section.grants-and-loans {
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
main section.grants-and-loans::before {
  bottom: -700px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
main section.grants-and-loans::after {
  top: -700px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
main section.grants-and-loans .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.grants-and-loans h2 span {
  color: #31A042;
}
main section.grants-and-loans .wrapper {
  position: relative;
  z-index: 2;
}
main section.grants-and-loans .wrapper .g-large {
  top: -380px;
  right: 112px;
  position: absolute;
  opacity: 0.26;
}
main section.grants-and-loans .wrapper .g-large img {
  width: 540px;
}
main section.grants-and-loans .grant-or-loan {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
main section.grants-and-loans .grant-or-loan:hover {
  padding: 10px 0 22px 0;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder:hover {
  border-color: #34A845;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body {
  padding: 16px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body p.heading-3 {
  font-size: 18px;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body ul {
  margin: 0;
  padding: 0;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body ul li {
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
  position: relative;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.grants-and-loans .grants-and-loans-slider .slick-list {
  margin: 0 -32px;
}
main section.grants-and-loans .grants-and-loans-slider .slick-list .slick-track {
  margin: unset;
  display: flex;
}
main section.grants-and-loans .grants-and-loans-slider .slick-list .slick-track .slick-slide {
  margin: 0 32px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
main section.grants-and-loans .grants-and-loans-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
main section.grants-and-loans .grants-and-loans-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots {
  margin: 15px auto;
  padding: 38px 0 0 0;
  line-height: 48px;
  display: flex;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots li {
  margin: 0;
  padding: 0;
  height: 14px;
  line-height: 48px;
  list-style: none;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #34A845;
  border-radius: 50%;
  font-size: 0;
  transition: background-color linear 125ms;
  vertical-align: top;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots li.slick-active button {
  background-color: #34A845;
}
main section.grants-and-loans .grants-and-loans-controls p.button {
  padding-top: 38px;
  flex: 0;
}
main section.grants-and-loans .grants-and-loans-controls p.button a span {
  white-space: nowrap;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows {
  margin-right: 12px;
  padding-top: 38px;
  display: flex;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-prev,
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-next {
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-prev {
  margin-right: 10px;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-prev:after,
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-next:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  position: absolute;
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-prev:after {
  content: "\f177";
}
main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-next:after {
  content: "\f178";
}
main section.grants-and-loans p.button {
  padding-top: 38px;
}
main section.references {
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
main section.references::before {
  bottom: -700px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
main section.references::after {
  top: -700px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
main section.references .wrapper {
  padding-right: 64px;
  padding-left: 64px;
}
main section.references h2 span {
  color: #31A042;
}
main section.references .wrapper {
  position: relative;
  z-index: 2;
}
main section.references .wrapper .g-large {
  top: -380px;
  right: 112px;
  position: absolute;
  opacity: 0.26;
}
main section.references .wrapper .g-large img {
  width: 540px;
}
main section.references .reference {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
main section.references .reference:hover {
  padding: 10px 0 22px 0;
}
main section.references .reference .reference-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
main section.references .reference .reference-placeholder:hover {
  border-color: #34A845;
}
main section.references .reference .reference-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
main section.references .reference .reference-placeholder .body {
  padding: 6px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
main section.references .reference .reference-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
main section.references .reference .reference-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
main section.references .reference .reference-placeholder .body p.heading-3 {
  font-size: 18px;
}
main section.references .reference .reference-placeholder .body ul {
  margin: 0;
  padding: 0;
}
main section.references .reference .reference-placeholder .body ul li {
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
  position: relative;
}
main section.references .reference .reference-placeholder .body ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}
main section.references .reference .reference-placeholder:hover .body::before {
  background-color: #34A845;
}
main section.references .reference .reference-placeholder:hover .body::after {
  color: #FFFFFF;
}
main section.references .references-slider .slick-list {
  margin: 0 -32px;
}
main section.references .references-slider .slick-list .slick-track {
  margin: unset;
  display: flex;
}
main section.references .references-slider .slick-list .slick-track .slick-slide {
  margin: 0 32px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
main section.references .references-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
main section.references .references-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
main section.references .references-controls .references-slider-dots ul.slick-dots {
  margin: 15px auto;
  padding: 38px 0 0 0;
  line-height: 48px;
  display: flex;
}
main section.references .references-controls .references-slider-dots ul.slick-dots li {
  margin: 0;
  padding: 0;
  height: 14px;
  line-height: 48px;
  list-style: none;
}
main section.references .references-controls .references-slider-dots ul.slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #34A845;
  border-radius: 50%;
  font-size: 0;
  transition: background-color linear 125ms;
  vertical-align: top;
}
main section.references .references-controls .references-slider-dots ul.slick-dots li.slick-active button {
  background-color: #34A845;
}
main section.references .references-controls p.button {
  padding-top: 38px;
  flex: 0;
}
main section.references .references-controls p.button a span {
  white-space: nowrap;
}
main section.references .references-controls .references-slider-arrows {
  margin-right: 12px;
  padding-top: 38px;
  display: flex;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev,
main section.references .references-controls .references-slider-arrows .references-slider-arrow-next {
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev {
  margin-right: 10px;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev:after,
main section.references .references-controls .references-slider-arrows .references-slider-arrow-next:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  position: absolute;
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev:after {
  content: "\f177";
}
main section.references .references-controls .references-slider-arrows .references-slider-arrow-next:after {
  content: "\f178";
}
main section.references p.button {
  padding-top: 38px;
}
main section.contact-person .contact-person {
  position: relative;
  margin: 100px 0 0 0;
  border-radius: 20px;
  backdrop-filter: blur(10px) brightness(102%);
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid white;
  background-color: rgb(249, 249, 249);
  display: flex;
  justify-content: center;
}
main section.contact-person .contact-person .contact-person-background {
  display: flex;
  justify-content: center;
  align-items: end;
}
main section.contact-person .contact-person .employee-banner-image {
  height: 260px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}
main section.contact-person .contact-person .employee-banner-image .g-logo {
  position: absolute;
  left: 75%;
  bottom: 190px;
  width: 70px;
}
main section.contact-person .contact-person .employee-banner {
  width: 360px;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  bottom: 100px;
}
main section.contact-person .contact-person .employee-banner-picture {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
main section.contact-person .contact-person .content-data {
  display: flex;
  justify-content: center;
  padding-bottom: 32px;
}
main section.contact-person .contact-person .content-data-align {
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.contact-person .contact-person .data, main section.contact-person .contact-person .intro {
  margin: 0 32px;
}
main section.contact-person .contact-person .media {
  margin: 0;
  padding: 0;
}
main section.contact-person .contact-person .data p {
  white-space: nowrap;
}
main section.contact-person .contact-person .data p:not(:first-of-type) {
  padding: 0;
}
main section.faq .faq-wrapper {
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 0 20px 20px 0;
  position: relative;
}
main section.faq .faq-wrapper::before {
  width: 100vw;
  top: 0;
  right: 100%;
  bottom: 0;
  background-color: #EAF7EC;
  position: absolute;
  content: "";
}
main section.faq .faq-wrapper .radial {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0 20px 20px 0;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
main section.faq .faq-wrapper .radial::after {
  top: -400px;
  right: -400px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, #37b34a 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
main section.faq .faq-wrapper .media {
  margin-top: -80px;
}
main section.faq .faq-wrapper ul.checks {
  display: flex;
  flex-wrap: wrap;
}
main section.faq .faq-wrapper ul.checks li {
  width: 50%;
}
main section.card {
  position: relative;
}
main section.card:before {
  width: 50%;
  top: 160px;
  bottom: 96px;
  left: 0;
  background: -moz-linear-gradient(left, rgb(234, 247, 236) 0%, rgba(234, 247, 236, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(234, 247, 236) 0%, rgba(234, 247, 236, 0) 100%);
  background: linear-gradient(to right, rgb(234, 247, 236) 0%, rgba(234, 247, 236, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eaf7ec", endColorstr="#00eaf7ec",GradientType=1 );
  content: "";
  position: absolute;
  z-index: 0;
}
main section.card:after {
  width: 50%;
  top: 334px;
  height: 223px;
  /*bottom: 96px;*/
  left: 0;
  background-image: url(/Themes/Theme/Images/pattern_footer.svg);
  background-size: 40px 58px;
  background-position: bottom -9px right -9px;
  background-repeat: repeat;
  content: "";
  position: absolute;
  z-index: 1;
}
main section.card .media {
  margin-bottom: 64px;
  position: relative;
  z-index: 2;
}
main section.card .media::before {
  bottom: -400px;
  left: -400px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
main section.card .media::after {
  top: -400px;
  right: -400px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
}
main section.checklist {
  padding-top: 0px;
}
main section.checklist .checklist-placeholder {
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
main section.checklist .checklist-placeholder::before {
  bottom: -1100px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
main section.checklist .checklist-placeholder::after {
  top: -1100px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  main section.checklist .checklist-placeholder {
    padding: 16px 32px 32px 32px;
  }
}
main section.image-right .image-right-placeholder {
  position: relative;
}
main section.image-right .content {
  padding: 32px 64px 64px 64px;
  width: 40%;
  position: relative;
  z-index: 5;
}
main section.image-right .image {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
main section.image-right .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30%;
  transform: translateX(-50%);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(234, 247, 236) 50%, rgba(255, 255, 255, 0) 100%);
  width: 60%;
  z-index: 3;
}
main section.image-right .image .g-filled {
  top: -145px;
  left: 15%;
  position: absolute;
  z-index: 6;
}
main section.image-right .image .g-filled img {
  width: 256px;
}
main section.image-right .image .g-filled .icon {
  top: 145px;
  padding: 48px 0 0 0;
  position: absolute;
}
main section.image-right .image .g-filled .icon img {
  height: 76px;
}
main section.image-right .image .image-wrapper {
  overflow: hidden;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  z-index: 2;
}
main section.image-right .image .image-wrapper .media {
  border-radius: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
main section.image-right .image .image-wrapper .media img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main section.image-right .image .image-wrapper::after {
  bottom: -300px;
  right: -250px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.7;
  z-index: 5;
  pointer-events: none;
}
main section.search-results .wrapper {
  padding: 0 64px;
}
main section.background.green {
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
main section.background.green::before {
  bottom: -700px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
main section.background.green::after {
  top: -700px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
main section.background.green .wrapper {
  padding: 0;
}
main section.background.green .reviews .review {
  background-color: #FFFFFF;
}
main section.background .wrapper {
  padding: 0 64px;
  position: relative;
  z-index: 2;
}
main section.background .wrapper .g-large {
  top: -380px;
  right: 112px;
  position: absolute;
  opacity: 0.26;
}
main section.background .wrapper .g-large img {
  width: 540px;
}
main section.team .wrapper {
  padding: 0;
}

.breadcrumb {
  height: 96px;
  padding: 32px 32px 32px 64px;
}
.breadcrumb ol {
  list-style-type: none;
  padding: 0;
  display: flex;
  height: 32px;
  margin: 0;
}
.breadcrumb ol li {
  display: flex;
}
.breadcrumb ol li a, .breadcrumb ol li span {
  line-height: 32px;
}
.breadcrumb ol li a {
  color: #000000;
  text-decoration: none;
  float: left;
}
.breadcrumb ol li a:hover {
  text-decoration: underline;
}
.breadcrumb ol li:after {
  content: "/";
  display: inline-block;
  color: #34A845;
  margin: 0 20px;
  line-height: 32px;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol.background.green {
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
.breadcrumb ol.background.green::before {
  bottom: -700px;
  left: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
.breadcrumb ol.background.green::after {
  top: -700px;
  right: -700px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 1;
  pointer-events: none;
}
.breadcrumb ol.background.green .wrapper {
  padding-right: 64px;
  padding-left: 64px;
  position: relative;
  z-index: 2;
}
.breadcrumb ol.background.green .wrapper .g-large {
  top: -380px;
  right: 112px;
  position: absolute;
  opacity: 0.26;
}
.breadcrumb ol.background.green .wrapper .g-large img {
  width: 540px;
}

.faq-module {
  position: relative;
  z-index: 3;
}
.faq-module .questions {
  padding-top: 32px;
}
.faq-module .questions .item.opened .question:before {
  transform: rotate(90deg);
}
.faq-module .questions .item .question {
  padding: 24px 48px;
  position: relative;
  cursor: pointer;
}
.faq-module .questions .item .question:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 400;
  color: #34A845;
  position: absolute;
  top: 24px;
  left: 0;
  transition: all 0.2s;
}
.faq-module .questions .item .answer {
  padding: 24px 48px;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.faq-module .questions .item .answer p:first-child {
  padding-top: 0;
}

.checklist-module {
  padding: 0 32px;
  position: relative;
  z-index: 2;
}
.checklist-module h2 {
  position: relative;
}
.checklist-module h2:before {
  content: "\f058";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  top: 32px;
  left: -64px;
  color: #34A845;
}
.checklist-module .progress-bar {
  width: 100%;
  height: 11px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  margin-top: 24px;
  overflow: hidden;
}
.checklist-module .progress-bar .bar {
  background-color: #FFB300;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  transition: all 1s;
}
.checklist-module .progress-bar .dots {
  position: absolute;
  z-index: 12;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.checklist-module .progress-bar .dots .dot {
  position: absolute;
  width: 9px;
  height: 9px;
  top: 1px;
  background-color: #FFFFFF;
  transform: translateX(-50%);
  border-radius: 50%;
}
.checklist-module .progress-bar .dots .dot.active ~ .dot {
  background-color: #D4D4D4;
}
.checklist-module .progress-bar .dots .dot:first-child {
  margin-left: 6px;
}
.checklist-module .progress-bar .dots .dot:last-child {
  margin-left: -6px;
}
.checklist-module .steps .step {
  display: none;
}
.checklist-module .steps .step .title {
  font-family: "Fira Sans";
  font-weight: 900 !important;
}
.checklist-module .steps .step .title + * {
  padding-top: 0;
}
.checklist-module .steps .step .buttons {
  padding-top: 24px;
}
.checklist-module .steps .step .buttons .button, .checklist-module .steps .step .buttons .anchor-button {
  padding: 10px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
  font-family: "rubrikregular" !important;
  color: #000000;
  display: inline-block;
  position: relative;
  transition: padding linear 125ms;
  border: 2px solid #FFFFFF;
  margin-right: 20px;
}
.checklist-module .steps .step .buttons .button::after, .checklist-module .steps .step .buttons .anchor-button::after {
  top: 16px;
  right: 14px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  content: "\f178";
  position: absolute;
  opacity: 0;
  transition: opacity linear 125ms;
}
.checklist-module .steps .step .buttons .button:hover, .checklist-module .steps .step .buttons .anchor-button:hover {
  padding: 10px 44px 10px 16px;
  border-color: #34A845;
}
.checklist-module .steps .step .buttons .button:hover::after, .checklist-module .steps .step .buttons .anchor-button:hover::after {
  opacity: 1;
}
.checklist-module .steps .step .buttons .button.back, .checklist-module .steps .step .buttons .anchor-button.back {
  background-color: transparent;
  float: right;
  margin-right: 0;
}
.checklist-module .steps .step .buttons .button.back:after, .checklist-module .steps .step .buttons .anchor-button.back:after {
  content: "\f177";
  right: unset;
  left: 14px;
}
.checklist-module .steps .step .buttons .button.back:hover, .checklist-module .steps .step .buttons .anchor-button.back:hover {
  padding: 10px 16px 10px 44px;
}
@media screen and (max-width: 992px) {
  .checklist-module {
    padding: 0 24px;
  }
  .checklist-module h2:before {
    left: -48px;
  }
  .checklist-module .steps .step .buttons {
    padding-top: 14px;
  }
  .checklist-module .steps .step .buttons .button {
    margin-right: 10px;
    margin-top: 10px;
  }
  .checklist-module .steps .step .buttons .button.back {
    float: unset;
  }
}
@media screen and (max-width: 768px) {
  .checklist-module {
    padding: 0;
  }
  .checklist-module h2:before {
    top: unset;
    left: unset;
    position: relative;
    margin-right: 24px;
  }
}

.reviews .review {
  position: relative;
  padding: 32px 64px 64px 64px;
  background-color: #EAF7EC;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.reviews .review:before, .reviews .review:after {
  content: "";
  background-image: url("/Themes/Theme/Images/g-large.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 80px;
  height: 136px;
  position: absolute;
  top: -65px;
  right: 32px;
  opacity: 0.3;
}
.reviews .review:before {
  right: 117px;
}
.reviews .review p.name {
  font-family: "Fira Sans";
  font-weight: 900 !important;
  color: #34A845;
  line-height: 20px;
}
.reviews .review p.date {
  padding-top: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
}
.reviews .review p.address {
  padding-top: 0;
  font-weight: 900;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (max-width: 1280px) {
  .reviews {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 991px) {
  .reviews {
    grid-template-columns: repeat(1, 1fr);
  }
}

.filters {
  height: 100%;
  margin: 32px 0 0 0;
  position: relative;
}
.filters p.heading-2 span {
  color: #31A042;
}
.filters::after {
  top: 0;
  right: 0;
  bottom: 0;
  left: -100vw;
  height: 100%;
  width: 100vw;
  background-color: #EAF7EC;
  position: absolute;
  z-index: 0;
  content: "";
  pointer-events: none;
}
.filters .radial {
  height: 100%;
  padding: 16px 40px 48px 0;
  background-color: #EAF7EC;
  border-radius: 0 20px 20px 0;
  position: relative;
  overflow: hidden;
}
.filters .radial::before {
  top: -500px;
  right: -500px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, #34A845 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #34A845 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, #34A845 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}
.filters .radial .filter {
  position: relative;
  z-index: 1;
}
.filters .radial .filter p.heading-4 {
  padding-bottom: 10px;
}
.filters .radial .filter input[type=text],
.filters .radial .filter input[type=tel],
.filters .radial .filter input[type=email] {
  width: 100%;
  margin-top: 6px;
  line-height: 48px;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 10px;
  text-indent: 20px;
  outline: none;
  display: block;
}
.filters .radial .filter.categories .category-filter {
  margin-top: 6px;
}
.filters .radial .filter.categories .category-filter span {
  padding: 10px 18px 10px 44px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  cursor: pointer;
  position: relative;
}
.filters .radial .filter.categories .category-filter span::before {
  top: 10px;
  left: 18px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
}
.filters .radial .filter.categories .category-filter.selected span {
  background-color: transparent;
  border-color: #34A845;
  font-weight: bold;
}

.filters-mobile .label {
  margin: 0 !important;
  padding: 32px 0 0 0;
  font-family: "Fira Sans";
  font-weight: 900 !important;
  line-height: 28px;
  font-size: 18px;
}
.filters-mobile .form {
  padding: 10px 0 0 0;
}
.filters-mobile input::-webkit-input-placeholder {
  opacity: 1 !important;
  font-size: 16px !important;
}
.filters-mobile input:-ms-input-placeholder {
  opacity: 1 !important;
  font-size: 16px !important;
}
.filters-mobile input:-moz-placeholder {
  opacity: 1 !important;
  font-size: 16px !important;
}

.notification {
  max-width: 1576px;
  width: calc(100% - 250px);
  margin: 0 auto;
  padding: 14px 64px 14px 64px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
}
.notification.fixed {
  right: 32px;
  left: 32px;
  bottom: 32px;
  position: fixed;
  display: flex;
}
.notification p {
  flex: 1;
  padding: 0;
}
.notification p.heading-3 {
  line-height: 48px;
}
.notification p.button {
  margin: 0;
  flex: 0;
}
.notification p.button a span {
  white-space: nowrap;
}

.card.content-box {
  display: flex;
  flex-direction: column;
  height: calc(100% - 32px);
  margin-top: 32px;
  padding: 32px 64px 64px 64px;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.card.content-box h3 + h4 {
  padding-top: 0;
}
.card.content-box p {
  flex-grow: 1;
}
.card.content-box p.button {
  flex-grow: unset;
  margin-top: auto;
}

.employees {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.employees .wrapper {
  padding: 0;
}
.employees .employee {
  width: calc(33.3333333333% - 64px);
  overflow: hidden;
}
.employees .employee .employee-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.employees .employee .employee-card.content .body p.heading-1 {
  flex-grow: unset !important;
}
.employees .employee .employee-card.content .body p.heading-1 + p.heading-2 {
  flex-grow: unset !important;
  padding: 0;
}
.employees .employee .employee-card .employee-image-holder {
  background-color: #FFFFFF;
}
.employees .employee .employee-card .employee-image-holder .employee-image {
  padding-top: 56.25%;
}
.employees .employee .employee-card .employee-image-holder .employee-image img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  display: table;
}
.employees .employee .employee-image {
  top: 0;
  left: 0;
  position: relative;
  padding-top: 80%;
  overflow: hidden;
}
.employees .employee .employee-image:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.employees .employee .employee-picture {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.employees .employee .employee-secondary-image {
  width: 100%;
  height: 0;
  border-radius: 20px;
  position: absolute;
  opacity: 0;
  object-fit: fill;
  background-color: white;
  transition: all cubic-bezier(0.51, 0.92, 0.24, 1.15) 200ms;
  z-index: 3;
}
.employees .employee .employee-secondary-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.employees .employee.content-box {
  height: auto;
  margin: 32px 32px 0 32px;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.employees .employee.content-box .media {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-grow: unset;
}
.employees .employee.content-box .body {
  height: 100%;
  margin-top: auto;
  padding: 6px 40px 48px 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.employees .employee.content-box .body p {
  flex-grow: 1;
}
.employees .employee.content-box .body p.title {
  font-family: "rubrik_boldregular" !important;
  flex-grow: unset;
  font-size: 18px;
}
.employees .employee.content-box .body p.function {
  flex-grow: unset;
}
.employees .employee.content-box .body p.data {
  margin-top: auto;
  flex-grow: unset;
}
.employees .employee.content-box .body p.data a {
  color: black;
  text-decoration: none;
}
.employees .employee.content-box .body p.data a:hover {
  text-decoration: underline;
}
.employees .employee.content-box .body p.data strong {
  font-family: "rubrik_boldregular" !important;
}
.employees .employee.content-box .body p.title + p.function {
  padding-top: 0;
}
.employees .employee.is--active .employee-image-holder .employee-secondary-image {
  opacity: 1;
  height: 100%;
  transition: all cubic-bezier(0.51, 0.92, 0.24, 1.15) 200ms;
  border-radius: 20px;
}
.employees .volunteer {
  width: calc(33.3333333333% - 64px);
  overflow: hidden;
}
.employees .volunteer .volunteer-card {
  display: flex !important;
  flex-direction: row !important;
  height: 100%;
}
.employees .volunteer .volunteer-card .employee-image-holder {
  width: 150px;
  height: 100%;
}
.employees .volunteer .volunteer-card .employee-image-holder .employee-image {
  height: 100%;
}
.employees .volunteer .volunteer-card .employee-image-holder .employee-image figure {
  height: 100%;
  border-radius: 0;
  position: relative;
}
.employees .volunteer .volunteer-card .employee-image-holder .employee-image figure::after {
  width: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  position: absolute;
}
.employees .volunteer .volunteer-card .employee-image-holder .employee-image figure picture {
  height: 100%;
}
.employees .volunteer .volunteer-card .employee-image-holder .employee-image figure picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employees .volunteer.content-box {
  height: auto;
  margin: 32px 32px 0 32px;
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.employees .volunteer.content-box .media {
  margin: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-grow: unset;
}
.employees .volunteer.content-box .body {
  height: 100%;
  margin-top: auto;
  padding: 6px 40px 48px 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.employees .volunteer.content-box .body p {
  flex-grow: 1;
}
.employees .volunteer.content-box .body p.title {
  font-family: "rubrik_boldregular" !important;
  flex-grow: unset;
  font-size: 18px;
}
.employees .volunteer.content-box .body p.function {
  flex-grow: unset;
}
.employees .volunteer.content-box .body p.data {
  margin-top: auto;
  flex-grow: unset;
}
.employees .volunteer.content-box .body p.data a {
  color: black;
  text-decoration: none;
}
.employees .volunteer.content-box .body p.data a:hover {
  text-decoration: underline;
}
.employees .volunteer.content-box .body p.data strong {
  font-family: "rubrik_boldregular" !important;
}
.employees .volunteer.content-box .body p.title + p.function {
  padding-top: 0;
}
.employees .volunteer.is--active .employee-image-holder .employee-secondary-image {
  opacity: 1;
  height: 100%;
  transition: all cubic-bezier(0.51, 0.92, 0.24, 1.15) 200ms;
  border-radius: 20px;
}

.content ul:not(.checks), .content ol, .content-box ul:not(.checks), .content-box ol {
  margin: 20px 0 0 0;
  padding: 0;
}
.content ul:not(.checks) li, .content ol li, .content-box ul:not(.checks) li, .content-box ol li {
  margin: 12px 0 0 0;
  padding: 0 0 0 26px;
  list-style: none;
  position: relative;
}
.content ul:not(.checks) li::before, .content ol li::before, .content-box ul:not(.checks) li::before, .content-box ol li::before {
  top: 0;
  left: 0;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f054";
}
.content li > a,
.content p:not(.button) > a, .content-box li > a,
.content-box p:not(.button) > a {
  font-weight: bold !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #FFB300 !important;
  text-underline-offset: 6px;
  color: #000000 !important;
}
.content li > a:hover,
.content p:not(.button) > a:hover, .content-box li > a:hover,
.content-box p:not(.button) > a:hover {
  text-decoration: none !important;
  color: #000000 !important;
}

.sitemap {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.sitemap .link {
  color: black;
  text-decoration: none;
}
.sitemap .sitemap-content ul {
  column-count: 3;
  column-gap: 200px;
}
.sitemap .sitemap-content li {
  margin-top: 0.8rem;
  list-style-type: none;
}
.sitemap .sitemap-content .level-2 {
  font-size: 1.16625em;
  font-weight: bolder;
}
.sitemap .sitemap-content .level-2 ul {
  column-count: 1;
}
.sitemap .sitemap-content .level-2 a {
  color: #31A042;
}
.sitemap .sitemap-content .level-2 a:hover {
  color: #31A042;
  text-decoration: underline;
}
.sitemap .sitemap-content .level-3 {
  font-size: 16px;
  font-weight: bold;
}
.sitemap .sitemap-content .level-3 ul {
  column-count: 1;
}
.sitemap .sitemap-content .level-3 .sitemap-container {
  display: flex;
}
.sitemap .sitemap-content .level-3 .sitemap-link {
  display: flex;
  max-width: 500px;
  border-radius: 8px;
  transition: all 0.1s;
}
.sitemap .sitemap-content .level-3 .sitemap-link:hover {
  text-decoration: none;
  cursor: pointer;
}
.sitemap .sitemap-content .level-3 a {
  color: #000000;
}
.sitemap .sitemap-content .level-3 a:hover {
  text-decoration: underline;
}
.sitemap .sitemap-content .level-3 .level-4 {
  font-weight: lighter;
}

footer {
  /*margin-top: -256px;*/
  position: relative;
  /*z-index: 3;*/
}
footer a,
footer a:hover {
  color: #000000;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-top {
  position: relative;
}
footer .footer-top::before {
  right: 0;
  bottom: 64px;
  left: 0;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  background: linear-gradient(to bottom, rgba(238, 238, 238, 0) 0%, rgb(238, 238, 238) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00eeeeee", endColorstr="#eeeeee",GradientType=0 );
  display: block;
  content: "";
  position: absolute;
}
footer .footer-top .content-box {
  margin-top: 96px;
  padding: 32px 64px 64px 64px;
  background: rgb(52, 168, 69);
  background: -moz-linear-gradient(left, rgb(52, 168, 69) 0%, rgb(52, 168, 69) 33%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgb(52, 168, 69) 0%, rgb(52, 168, 69) 33%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgb(52, 168, 69) 0%, rgb(52, 168, 69) 33%, rgb(255, 255, 255) 66%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34a845", endColorstr="#ffffff",GradientType=1 );
  border-radius: 20px;
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
footer .footer-top .content-box ul {
  margin: 0;
  padding: 0;
  display: flex;
}
footer .footer-top .content-box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}
footer .footer-top .content-box ul li::before {
  display: none;
  visibility: hidden;
}
footer .footer-top .content-box ul li:first-of-type h2 {
  color: #FFFFFF;
}
footer .footer-top .content-box ul li .media {
  width: 100%;
  height: calc(100% + 160px);
  margin: -96px 0 -64px 0;
  position: relative;
}
footer .footer-top .content-box ul li .media img {
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
}
footer .footer-top .content-box .radial {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
footer .footer-top .content-box .radial::before {
  bottom: -300px;
  left: -300px;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.5;
  z-index: 1;
}
footer .footer-top .pattern {
  top: 24px;
  left: 66%;
  bottom: 0;
  width: 100vw;
  height: 100%;
  background-image: url("/Themes/Theme/Images/pattern_footer.svg");
  background-size: 40px 58px;
  background-repeat: repeat;
  content: "";
  position: absolute;
}
footer .footer-top .pattern::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  content: "";
  position: absolute;
  pointer-events: none;
}
footer .footer-middle ul {
  width: calc(100% - 64px);
  margin: 96px 32px 48px 32px;
  padding: 0;
  display: flex;
}
footer .footer-middle ul li {
  margin: 0 32px;
  padding: 0;
  list-style: none;
}
footer .footer-middle ul li.logo {
  flex: 0;
}
footer .footer-middle ul li.navigation {
  flex: 1;
}
footer .footer-middle ul li ul {
  margin: 0;
  display: flex;
}
footer .footer-middle ul li ul li {
  flex: 1;
}
footer .footer-middle ul li ul li ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
footer .footer-middle ul li ul li ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Fira Sans";
  font-weight: 900;
}
footer .footer-middle ul li ul li ul li ul {
  width: 100%;
  margin: 28px 0 0 0;
  display: block;
}
footer .footer-middle ul li ul li ul li ul li {
  font-family: "rubrikregular";
  font-weight: normal;
}
footer .footer-middle ul li ul li ul li ul.social {
  width: auto;
  display: flex;
}
footer .footer-middle ul li ul li ul li ul.social li {
  margin: 0;
  flex: 0;
}
footer .footer-middle ul li ul li ul li ul.social li:not(:last-of-type) {
  margin-right: 15px;
}
footer .footer-middle ul li ul li ul li ul.social li a {
  text-decoration: none;
}
footer .footer-middle ul li ul li ul li ul.social li a:hover {
  text-decoration: none;
}
footer .footer-middle ul li ul li ul li ul.social li a span {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #EEEEEE;
  border-radius: 10px;
  text-align: center;
  transition: border, background-color linear 125ms;
  display: block;
}
footer .footer-middle ul li ul li ul li ul.social li a span::after {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-family: "Font Awesome 6 Brands";
  text-align: center;
}
footer .footer-middle ul li ul li ul li ul.social li a span.facebook::after {
  content: "\f39e";
}
footer .footer-middle ul li ul li ul li ul.social li a span.linkedin::after {
  content: "\f0e1";
}
footer .footer-middle ul li ul li ul li ul.social li a span.twitter::after {
  content: "\f099";
}
footer .footer-middle ul li ul li ul li ul.social li a span.instagram::after {
  content: "\f16d";
}
footer .footer-middle ul li ul li ul li ul.social li:hover a span {
  background-color: #FFB300;
  border-color: #FFB300;
}
footer .footer-middle .logo a img {
  height: 58px;
}
footer .footer-bottom {
  padding: 0 100px;
  background-color: #EAF7EC;
  position: relative;
  overflow: hidden;
}
footer .footer-bottom::before {
  bottom: -800px;
  left: -500px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}
footer .footer-bottom::after {
  top: -800px;
  right: -500px;
  width: 1600px;
  height: 1600px;
  border-radius: 50%;
  background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
  content: "";
  position: absolute;
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}
footer .footer-bottom .wrapper {
  position: relative;
  z-index: 2;
}
footer .footer-bottom p {
  padding: 48px 0;
  font-size: 14px;
  text-align: center;
}
footer .footer-bottom p a {
  margin: 0 10px;
  display: inline-block;
}
footer .footer-bottom p #copyright-line {
  margin: 0 10px;
}
footer .footer-bottom p #copyright-line a {
  margin: 0;
}

.loader-wrapper {
  text-align: center;
}
.loader-wrapper .loader {
  width: 48px;
  height: 48px;
  border: 5px solid transparent;
  border-top-color: #34A845;
  border-bottom-color: #34A845;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.jump-to {
  top: 16px;
  left: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
  position: fixed;
  z-index: 999999;
}

.sr-only-focusable,
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 30px;
  overflow: visible;
  clip: auto;
}

.sr-only {
  width: 1px;
  height: 1px;
  margin: 0;
  background-color: #FFB300;
  border-radius: 10px;
  color: #000000;
  display: inline-block;
  position: absolute;
  overflow: hidden;
}
.sr-only:hover {
  background-color: #eaa503;
  text-decoration: none;
  color: #000000;
}

.confirm-municipality {
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  width: calc(100vw - 48px);
  max-width: 1200px;
  min-height: 200px;
  max-height: calc(100vh - 48px);
  height: fit-content;
  -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, -60%);
  position: fixed;
  overflow: hidden;
  z-index: -1;
  transition: transform 125ms linear 0s, visibility 125ms linear 0s, opacity 125ms linear 0s, z-index 125ms linear 0s;
  /* property duration transition delay */
}
.confirm-municipality.opened {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
  z-index: 10001;
  transition-delay: 125ms, 125ms, 125ms, 125ms;
}
.confirm-municipality .text {
  padding: 32px 64px 64px 64px;
  width: 40%;
  position: relative;
}
.confirm-municipality .text h3 {
  font-family: "rubrik_boldregular";
  font-size: 22px;
  line-height: 32px;
}
.confirm-municipality .text h3 + h4 {
  padding-top: 0;
  font-family: "rubrikregular";
  font-size: 16px;
  line-height: 32px;
}
.confirm-municipality .text .select-municipality {
  display: inline-block;
  border-bottom: 2px solid #FFB300;
  cursor: pointer;
}
.confirm-municipality .text .select-municipality:hover {
  border: none;
  padding-bottom: 2px;
}
.confirm-municipality .text .form {
  padding-top: 32px;
}
.confirm-municipality .image {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35%;
}
.confirm-municipality .image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 40%;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.confirm-municipality .image > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.confirm-municipality .image .g-filled {
  top: -145px;
  right: 116px;
  position: absolute;
  z-index: 4;
}
.confirm-municipality .image .g-filled img {
  width: 256px;
}
.confirm-municipality .image .g-filled .icon {
  top: 145px;
  padding: 48px 0 0 0;
  position: absolute;
}
.confirm-municipality .image .g-filled .icon img {
  height: 76px;
}

.confirm-municipality-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(10px) brightness(102%);
  -moz-filter: blur(10px) brightness(102%);
  -ms-filter: blur(10px) brightness(102%);
  filter: blur(10px) brightness(102%);
  backdrop-filter: blur(10px) brightness(102%);
  opacity: 0;
  /*transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;*/
  position: fixed;
  z-index: -2;
}
.confirm-municipality-backdrop.opened {
  opacity: 1;
  /*transition-delay: 0s, 0.3s, 0s;*/
  z-index: 10000;
}

.update-municipality {
  position: fixed;
  z-index: 11;
  right: 30px;
  bottom: 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 24px 0px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 90px;
  height: 90px;
  transition: all 0.2s;
}
.update-municipality .icon {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 20px;
  position: relative;
}
.update-municipality .icon img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.update-municipality:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.update-municipality:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #34A845;
  z-index: 11;
  border-radius: 50%;
}
.update-municipality:after {
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  font-weight: 900;
  content: "\f013";
  color: #FFFFFF;
  z-index: 12;
  position: absolute;
  top: 2px;
  right: 2px;
  line-height: 16px;
}

.form .form-group {
  position: relative;
  margin-top: 32px;
  display: flex;
  flex-direction: column-reverse;
}
.form .form-group:first-child {
  margin-top: 0;
}
.form .form-group label {
  padding: 0;
}
.form .form-group input[type=text], .form .form-group input[type=tel], .form .form-group input[type=email], .form .form-group input[type=datetime-local], .form .form-group input[type=number], .form .form-group input[type=password], .form .form-group input[type=search], .form .form-group select {
  width: 100%;
  height: 68px;
  border-radius: 10px;
  border: 1px solid #D3EBD6;
  background-color: #EAF7EC;
  padding: 0 32px;
  text-indent: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000000;
  appearance: none;
}
.form .form-group input[type=text] + label, .form .form-group input[type=tel] + label, .form .form-group input[type=email] + label, .form .form-group input[type=datetime-local] + label, .form .form-group input[type=number] + label, .form .form-group input[type=password] + label, .form .form-group input[type=search] + label, .form .form-group select + label {
  font-family: "rubrikregular";
  position: absolute;
  top: 8px;
  left: 32px;
  line-height: 14px;
  font-size: 12px;
  padding: 0;
  pointer-events: none;
}
.form .form-group input[type=text]:placeholder-shown:not(:focus) + label, .form .form-group input[type=tel]:placeholder-shown:not(:focus) + label, .form .form-group input[type=email]:placeholder-shown:not(:focus) + label, .form .form-group input[type=datetime-local]:placeholder-shown:not(:focus) + label, .form .form-group input[type=number]:placeholder-shown:not(:focus) + label, .form .form-group input[type=password]:placeholder-shown:not(:focus) + label, .form .form-group input[type=search]:placeholder-shown:not(:focus) + label, .form .form-group select:placeholder-shown:not(:focus) + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(0, 20px);
  color: #585858;
  width: 100%;
  pointer-events: none;
  font-size: 14px;
}
.form .form-group input[type=text]::-webkit-input-placeholder, .form .form-group input[type=tel]::-webkit-input-placeholder, .form .form-group input[type=email]::-webkit-input-placeholder, .form .form-group input[type=datetime-local]::-webkit-input-placeholder, .form .form-group input[type=number]::-webkit-input-placeholder, .form .form-group input[type=password]::-webkit-input-placeholder, .form .form-group input[type=search]::-webkit-input-placeholder, .form .form-group select::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
  font-size: 14px;
}
.form .form-group input[type=text]:-ms-input-placeholder, .form .form-group input[type=tel]:-ms-input-placeholder, .form .form-group input[type=email]:-ms-input-placeholder, .form .form-group input[type=datetime-local]:-ms-input-placeholder, .form .form-group input[type=number]:-ms-input-placeholder, .form .form-group input[type=password]:-ms-input-placeholder, .form .form-group input[type=search]:-ms-input-placeholder, .form .form-group select:-ms-input-placeholder {
  opacity: 0;
  transition: inherit;
  font-size: 14px;
}
.form .form-group input[type=text]:-moz-placeholder, .form .form-group input[type=tel]:-moz-placeholder, .form .form-group input[type=email]:-moz-placeholder, .form .form-group input[type=datetime-local]:-moz-placeholder, .form .form-group input[type=number]:-moz-placeholder, .form .form-group input[type=password]:-moz-placeholder, .form .form-group input[type=search]:-moz-placeholder, .form .form-group select:-moz-placeholder {
  opacity: 0;
  transition: inherit;
  font-size: 14px;
}
.form .form-group input[type=text]:focus, .form .form-group input[type=tel]:focus, .form .form-group input[type=email]:focus, .form .form-group input[type=datetime-local]:focus, .form .form-group input[type=number]:focus, .form .form-group input[type=password]:focus, .form .form-group input[type=search]:focus, .form .form-group select:focus {
  outline: none;
}
.form .form-group input[type=text]:focus::-webkit-input-placeholder, .form .form-group input[type=tel]:focus::-webkit-input-placeholder, .form .form-group input[type=email]:focus::-webkit-input-placeholder, .form .form-group input[type=datetime-local]:focus::-webkit-input-placeholder, .form .form-group input[type=number]:focus::-webkit-input-placeholder, .form .form-group input[type=password]:focus::-webkit-input-placeholder, .form .form-group input[type=search]:focus::-webkit-input-placeholder, .form .form-group select:focus::-webkit-input-placeholder {
  opacity: 1;
}
.form .form-group input[type=text]:focus:-ms-input-placeholder, .form .form-group input[type=tel]:focus:-ms-input-placeholder, .form .form-group input[type=email]:focus:-ms-input-placeholder, .form .form-group input[type=datetime-local]:focus:-ms-input-placeholder, .form .form-group input[type=number]:focus:-ms-input-placeholder, .form .form-group input[type=password]:focus:-ms-input-placeholder, .form .form-group input[type=search]:focus:-ms-input-placeholder, .form .form-group select:focus:-ms-input-placeholder {
  opacity: 1;
}
.form .form-group input[type=text]:focus:-moz-placeholder, .form .form-group input[type=tel]:focus:-moz-placeholder, .form .form-group input[type=email]:focus:-moz-placeholder, .form .form-group input[type=datetime-local]:focus:-moz-placeholder, .form .form-group input[type=number]:focus:-moz-placeholder, .form .form-group input[type=password]:focus:-moz-placeholder, .form .form-group input[type=search]:focus:-moz-placeholder, .form .form-group select:focus:-moz-placeholder {
  opacity: 1;
}
.form .form-group input[type=text]:disabled, .form .form-group input[type=tel]:disabled, .form .form-group input[type=email]:disabled, .form .form-group input[type=datetime-local]:disabled, .form .form-group input[type=number]:disabled, .form .form-group input[type=password]:disabled, .form .form-group input[type=search]:disabled, .form .form-group select:disabled {
  border-color: #F5F5F5;
  background-color: #F5F5F5;
}
@media screen and (max-width: 768px) {
  .form .form-group input[type=text], .form .form-group input[type=tel], .form .form-group input[type=email], .form .form-group input[type=datetime-local], .form .form-group input[type=number], .form .form-group input[type=password], .form .form-group input[type=search], .form .form-group select {
    padding: 0 24px;
  }
  .form .form-group input[type=text] + label, .form .form-group input[type=tel] + label, .form .form-group input[type=email] + label, .form .form-group input[type=datetime-local] + label, .form .form-group input[type=number] + label, .form .form-group input[type=password] + label, .form .form-group input[type=search] + label, .form .form-group select + label {
    left: 24px;
  }
}
.form .form-group select + label {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .form .form-group select {
    padding: 0 48px 0 24px;
  }
}
.form .form-group.select:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 900;
  content: "\f078";
  transform: translateY(-50%);
  color: #34A845;
  pointer-events: none;
}
.form .form-group input, .form .form-group label {
  transition: all 0.2s;
  touch-action: manipulation;
  cursor: text;
}
.form .form-group textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #D3EBD6;
  background-color: #EAF7EC;
  padding: 16px 32px;
  min-height: 130px;
}
.form .form-group textarea::-webkit-input-placeholder {
  font-size: 14px;
}
.form .form-group textarea:-ms-input-placeholder {
  font-size: 14px;
}
.form .form-group textarea:-moz-placeholder {
  font-size: 14px;
}
.form .form-group textarea:focus {
  border-color: #D3EBD6;
  outline: none;
}
.form .form-group textarea + label {
  font-family: "rubrikregular";
  line-height: 18px;
  font-size: 14px;
  padding: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .form .form-group textarea {
    padding: 16px 24px;
  }
}
.form .form-group.dataconsent .checkbox-wrapper {
  position: relative;
}
.form .form-group.dataconsent input {
  position: absolute;
  left: 0;
  top: 8px;
  cursor: pointer;
}
.form .form-group.dataconsent input + label {
  font-family: "rubrik_lightregular" !important;
  font-size: 16px;
  font-weight: 400 !important;
  cursor: pointer;
  padding: 0 0 0 24px;
}
.form .form-group.singlechoice input + label, .form .form-group.multiplechoice input + label {
  font-family: "rubrik_lightregular" !important;
  font-weight: 400 !important;
}
.form .form-group .field-validation-error {
  margin-top: 10px;
  color: red;
}
.form .form-group.recaptchav3withscore .protected-by {
  padding-top: 0;
  font-size: 14px;
  color: #AAAAAA;
}
.form .form-group.recaptchav3withscore .protected-by a {
  font-weight: bold !important;
  text-decoration-line: underline !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #FFB300 !important;
  text-underline-offset: 6px;
  color: #000000 !important;
}
.form .form-group.recaptchav3withscore .protected-by a:hover {
  text-decoration: none !important;
  color: #000000 !important;
}

.umbraco-forms-form .umbraco-forms-navigation {
  padding-top: 32px;
}

nav.mobile {
  height: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  background-color: #37B34A;
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
  text-align: center;
}
nav.mobile > .mobile-placeholder {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.16);
}
nav.mobile > .mobile-placeholder > .search-placeholder {
  padding: 10px 0;
  margin: 0 auto;
  max-width: 500px;
  width: calc(100% - 70px);
}
nav.mobile > .mobile-placeholder > .search-placeholder form {
  position: relative;
  min-width: 24px;
  height: 100%;
}
nav.mobile > .mobile-placeholder > .search-placeholder input {
  width: 100%;
  transition: all 0.5s;
  -webkit-appearance: none;
  border: none;
  background-color: #EAF7EC;
  border-radius: 10px;
  height: 45px;
  border: 1px solid #D3EBD6;
  padding: 0 32px;
  line-height: 24px;
}
nav.mobile > .mobile-placeholder > .search-placeholder input:focus {
  border: none;
  outline: none;
}
nav.mobile > .mobile-placeholder > .search-placeholder .search-icon {
  color: #34A845;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.5s;
}
nav.mobile .slinky-menu {
  overflow: hidden;
  transform: translateZ(0);
}
nav.mobile .slinky-menu > ul {
  left: 0;
  position: relative;
  transform: translateZ(0);
}
nav.mobile .slinky-menu ul, nav.mobile .slinky-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav.mobile .slinky-menu ul {
  width: 100%;
}
nav.mobile .slinky-menu a, nav.mobile .slinky-menu p {
  align-items: center;
  display: flex;
  margin: 0;
}
nav.mobile .slinky-menu a span, nav.mobile .slinky-menu p span {
  line-height: 32px;
  flex: 1;
}
nav.mobile .slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
nav.mobile .slinky-menu .header {
  display: flex;
}
nav.mobile .slinky-menu .header .title {
  flex: 1;
  line-height: 1.4;
  margin: 0;
  order: 1;
}
nav.mobile .slinky-theme-default li, nav.mobile .slinky-theme-default li a, nav.mobile .slinky-theme-default li a span {
  text-align: left;
}
nav.mobile .slinky-theme-default li {
  line-height: 1;
  border-bottom: 1px solid #E3E3E3;
  display: block;
}
nav.mobile .slinky-theme-default li.button {
  background-color: #FFB300;
  border-bottom-color: #FFB300;
  font-family: "rubrikregular" !important;
}
nav.mobile .slinky-theme-default ul {
  border-top: 1px solid #E3E3E3;
}
nav.mobile .slinky-theme-default .back {
  padding: 8px 35px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
nav.mobile .slinky-theme-default .back:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f053";
  color: #37B34A;
}
nav.mobile .slinky-theme-default .next {
  padding: 8px 35px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
nav.mobile .slinky-theme-default .next:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f054";
  color: #37B34A;
}
nav.mobile .slinky-theme-default a:not(.back):not(.next),
nav.mobile .slinky-theme-default p:not(.back):not(.next) {
  width: calc(100% - 85px);
  padding: 8px 35px;
  text-decoration: none;
  color: #000000;
  display: inline-block;
  vertical-align: top;
}
nav.mobile .slinky-theme-default a:not(.back):not(.next):hover, nav.mobile .slinky-theme-default a:not(.back):not(.next):active {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

html #oa_widget.widget-js, body #oa_widget.widget-js {
  font-family: "rubrik_lightregular" !important;
}
html #oa_widget.widget-js h1, html #oa_widget.widget-js h2, html #oa_widget.widget-js h3, body #oa_widget.widget-js h1, body #oa_widget.widget-js h2, body #oa_widget.widget-js h3 {
  font-family: "Fira Sans" !important;
  font-weight: 900 !important;
  line-height: 34px !important;
  font-size: 28px !important;
}
html #oa_widget.widget-js ul.oanl-times-list li.oanl-times-list-item, body #oa_widget.widget-js ul.oanl-times-list li.oanl-times-list-item {
  width: unset !important;
}
html #oa_widget.widget-js #widget-booking-content button.widget-thankyou-submit, body #oa_widget.widget-js #widget-booking-content button.widget-thankyou-submit {
  display: none !important;
  visibility: hidden !important;
}
html #oa_widget.widget-js .form-row button,
html #oa_widget.widget-js .oanl-times-list-button, body #oa_widget.widget-js .form-row button,
body #oa_widget.widget-js .oanl-times-list-button {
  white-space: nowrap;
  padding: 10px 30px !important;
  color: #000000 !important;
  background-color: #FFB300 !important;
  border-radius: 10px !important;
  display: inline-block !important;
  position: relative;
  transition: padding linear 125ms;
  font-size: 16px !important;
  line-height: 28px;
  font-family: "rubrikregular" !important;
}
html #oa_widget.widget-js .form-row button::after,
html #oa_widget.widget-js .oanl-times-list-button::after, body #oa_widget.widget-js .form-row button::after,
body #oa_widget.widget-js .oanl-times-list-button::after {
  top: 18px;
  right: 14px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #000000;
  content: "\f178";
  position: absolute;
  opacity: 0;
  transition: opacity linear 125ms;
}
html #oa_widget.widget-js .form-row button:hover,
html #oa_widget.widget-js .oanl-times-list-button:hover, body #oa_widget.widget-js .form-row button:hover,
body #oa_widget.widget-js .oanl-times-list-button:hover {
  background-color: #FFB300 !important;
  padding: 10px 44px 10px 16px !important;
}
html #oa_widget.widget-js .form-row button:hover::after,
html #oa_widget.widget-js .oanl-times-list-button:hover::after, body #oa_widget.widget-js .form-row button:hover::after,
body #oa_widget.widget-js .oanl-times-list-button:hover::after {
  opacity: 1;
}
html #oa_widget.widget-js .form-row label,
html #oa_widget.widget-js .form-label, body #oa_widget.widget-js .form-row label,
body #oa_widget.widget-js .form-label {
  font-size: 16px;
  font-family: "rubrik_lightregular" !important;
  padding-top: 0;
}
html #oa_widget.widget-js .fld, body #oa_widget.widget-js .fld {
  border: none;
  border-radius: 0;
  background: none !important;
}
html #oa_widget.widget-js .fld.fld-email:before, body #oa_widget.widget-js .fld.fld-email:before {
  display: none;
}
html #oa_widget.widget-js .fld .error textarea,
html #oa_widget.widget-js .fld .error input[type=text],
html #oa_widget.widget-js .fld .error select, body #oa_widget.widget-js .fld .error textarea,
body #oa_widget.widget-js .fld .error input[type=text],
body #oa_widget.widget-js .fld .error select {
  background-color: #ffcdcd !important;
}
html #oa_widget.widget-js textarea,
html #oa_widget.widget-js input[type=text],
html #oa_widget.widget-js select, body #oa_widget.widget-js textarea,
body #oa_widget.widget-js input[type=text],
body #oa_widget.widget-js select {
  border-radius: 10px;
  border: 1px solid #D3EBD6;
  background-color: #EAF7EC !important;
  outline: none;
  height: 48px;
}
html #oa_widget.widget-js textarea, body #oa_widget.widget-js textarea {
  height: unset;
}
html #oa_widget.widget-js .form-row.type-boolean, body #oa_widget.widget-js .form-row.type-boolean {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 5px;
}
html #oa_widget.widget-js .form-row.type-boolean .form-label, body #oa_widget.widget-js .form-row.type-boolean .form-label {
  width: unset;
}
html #oa_widget.widget-js .form-row.type-boolean input, body #oa_widget.widget-js .form-row.type-boolean input {
  margin-top: 7px;
}
html #oa_widget.widget-js #widget-select-time p:first-child, body #oa_widget.widget-js #widget-select-time p:first-child {
  display: none;
}

@media screen and (min-width: 1366.98px) {
  .content-box.employee .employee-card .employee-image-holder:hover .employee-secondary-image {
    height: 100%;
    opacity: 1;
  }
}
@media screen and (max-width: 1366px) {
  .employees .employee.is--active .employee-secondary-image .close-secondary-image {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #FFFFFF;
    border-radius: 16px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 4;
  }
  .employees .employee.is--active .employee-secondary-image .close-secondary-image::after {
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    text-align: center;
    content: "\f00d";
    position: absolute;
  }
}
@media screen and (max-width: 1280px) {
  body.lgszDocumentTypeGrantOrLoan .section-1 .content,
  body.lgszDocumentTypeGrantOrLoan .section-3 .content {
    padding: 16px 32px 32px 32px;
  }
  body.lgszDocumentTypeReference section.conditions {
    margin-top: 32px;
  }
  header ul {
    margin: 16px 64px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header ul li.logo {
    margin: 19px 0;
  }
  header ul li.logo a img {
    height: 58px;
  }
  header ul li.navigation {
    display: none;
    visibility: hidden;
  }
  header ul li.navigation ul {
    margin: 0;
    justify-content: right;
    display: block;
  }
  header ul li.navigation ul li.secondary-navigation nav ul {
    display: flex;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li a {
    text-decoration: none;
    color: #737373;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li a span {
    padding: 10px 20px;
    display: block;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.has-children > a span:after {
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    color: #37B34A;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a {
    text-decoration: none;
    color: #000000;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a span {
    padding: 10px 30px;
    background-color: #FFB300;
    border-radius: 10px;
    color: #000000;
    position: relative;
    transition: all linear 125ms;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a span::after {
    top: 18px;
    right: 14px;
    line-height: 12px;
    font-family: "Font Awesome 6 Pro";
    color: #000000;
    content: "\f178";
    position: absolute;
    opacity: 0;
    transition: opacity linear 125ms;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a:hover span {
    padding: 10px 44px 10px 16px;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a:hover span:after {
    opacity: 1;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li ul {
    display: none;
  }
  header ul li.navigation ul li.primary-navigation nav ul {
    display: flex;
  }
  header ul li.navigation ul li.primary-navigation nav ul li a {
    text-decoration: none;
    color: #000000;
  }
  header ul li.navigation ul li.primary-navigation nav ul li a span {
    padding: 10px 20px;
    font-family: "rubrikregular";
    font-size: 18px;
    display: block;
    transition: color linear 125ms;
  }
  header ul li.navigation ul li.primary-navigation nav ul li.active a span, header ul li.navigation ul li.primary-navigation nav ul li:hover a span {
    color: #34A845;
  }
  header ul li.mobile-navigation {
    display: inline-block;
    margin: 27px 0;
  }
  main section {
    padding: 32px 0 64px 0;
  }
  main section.hero {
    height: auto;
  }
  main section.hero::before {
    display: none;
    visibility: hidden;
  }
  main section.hero::after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
    z-index: 3;
  }
  main section.hero .wrapper .g-filled {
    right: 32px;
  }
  main section.hero .wrapper .radials::before, main section.hero .wrapper .radials::after {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides {
    flex-direction: column;
  }
  main section.hero .wrapper .radials .sides .breadcrumb {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides .content-box {
    top: -96px;
    width: 100%;
    padding: 16px 32px 32px 32px;
    position: relative;
    order: 2;
  }
  main section.hero .wrapper .radials .sides .content-box img.municipality-logo {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides .content-box p {
    overflow: visible;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  main section.hero .wrapper .radials .sides .right {
    order: 1;
    width: 100%;
    margin-left: unset;
    position: relative;
  }
  main section.hero .wrapper .radials .sides .right::before {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides .right::after {
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 64px);
    height: 128px;
    margin: 0 -32px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
    z-index: 3;
  }
  main section.hero .wrapper .radials .sides .right .image {
    width: calc(100% + 64px);
    margin: 0 -32px;
    height: calc(100% - 88px);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  main section.hero .wrapper .radials .sides .right .image::before {
    top: unset;
    bottom: -196px;
    right: unset;
    left: -112px;
    width: 450px;
    height: 350px;
    border-radius: 50%;
    filter: blur(100px);
    background: unset;
    background-color: #FFB300;
    content: "";
    position: absolute;
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
  }
  main section.hero .wrapper .radials .sides .right .image::after {
    right: -112px;
    left: unset;
    bottom: -164px;
    width: 450px;
    height: 350px;
    border-radius: 50%;
    filter: blur(100px);
    background: unset;
    background-color: #34A845;
    content: "";
    position: absolute;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
  }
  main section.hero .wrapper .radials .sides .right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main section.hero + section {
    padding-top: 0;
  }
  main section.categories .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.categories .categories .category {
    width: calc(50% - 64px);
  }
  main section.categories .categories .category .body {
    padding: 24px 20px 24px 20px;
  }
  main section.categories .categories .category .body .heading-placeholder {
    display: flex;
    align-content: start;
  }
  main section.categories .categories .category .body .heading-placeholder img {
    width: 64px;
    height: 64px;
  }
  main section.categories .categories .category .body .heading-placeholder p {
    padding-top: 20px;
  }
  main section.categories.measures .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.categories.grants-and-loans .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.measures .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.measures .measure .measure-placeholder .body {
    padding: 0 20px 24px 20px;
    position: relative;
    overflow: hidden;
    flex: 1;
  }
  main section.grants-and-loans .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body {
    padding: 0 20px 24px 20px;
  }
  main section.references .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.references .reference .reference-placeholder .body {
    padding: 0 20px 24px 20px;
  }
  main section.search-results .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.card {
    position: relative;
    overflow: hidden;
  }
  main section.card:before {
    bottom: 0;
  }
  main section.card:after {
    top: unset;
    bottom: 9px;
  }
  main section.card .media {
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
  }
  main section.card .media::before {
    bottom: -400px;
    left: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
  }
  main section.card .media::after {
    top: -400px;
    right: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
  }
  main section.background .wrapper {
    padding: 0 32px;
  }
  main section.background.green .wrapper {
    padding: 32px 0 0 0;
  }
  main section.background.green.team .wrapper {
    padding: 0;
  }
  main section.image-right .image-right-placeholder {
    display: flex;
    flex-direction: column-reverse;
  }
  main section.image-right .image-right-placeholder .content {
    width: 100%;
  }
  main section.image-right .image-right-placeholder .image {
    position: relative;
    width: 100%;
    padding-top: 45%;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
  main section.image-right .image-right-placeholder .image .g-filled {
    left: unset;
    right: 15%;
  }
  main section.image-right .image-right-placeholder .image:before {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #eaf7ec 50%, rgba(255, 255, 255, 0) 100%);
    top: unset;
    bottom: 0;
    transform: translateY(50%);
    left: 0;
    right: 0;
    width: 100%;
    height: 40%;
  }
  main section.image-right .image-right-placeholder .image .image-wrapper {
    left: 0;
    border-bottom-right-radius: 0;
  }
  main section.advantages {
    margin-top: 0 !important;
  }
  main section.advantages .content,
  main section.advantages .content-box {
    padding: 16px 32px 32px 32px;
  }
  main section.conditions .conditions-placeholder {
    padding: 16px 32px 32px 32px;
  }
  main section.conditions .conditions-placeholder .media {
    margin-top: -40px;
  }
  main section.work-method .work-method-placeholder {
    padding: 16px 32px 32px 32px;
  }
  main section.calculations .calculations-outer-placeholder .radial {
    padding: 16px 32px 32px 32px;
  }
  main section.contact-person .content-data {
    flex-direction: column;
  }
  .notification {
    display: none !important;
  }
  .sitemap .sitemap-content ul {
    column-count: 2;
  }
  .card.content-box {
    padding: 0px 32px 32px 32px;
  }
  .employees .employee {
    width: calc(50% - 64px);
  }
  .employees .employee.content-box .body {
    padding: 16px 32px 32px 32px;
  }
  .employees .volunteer {
    width: calc(50% - 64px);
  }
  .confirm-municipality .text {
    width: 56%;
    z-index: 3;
  }
  .confirm-municipality .image {
    width: 52%;
    left: 48%;
  }
  .confirm-municipality .image .g-filled {
    right: 60px;
  }
  footer .footer-top .content-box {
    background: #34a845;
    background: -moz-linear-gradient(left, #34a845 0%, #34a845 30%, #fff 70%, #fff 100%);
    background: -webkit-linear-gradient(left, #34a845 0%, #34a845 30%, #fff 70%, #fff 100%);
    background: linear-gradient(to right, #34a845 0%, #34a845 30%, #fff 70%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34a845", endColorstr="#ffffff",GradientType=1 );
  }
  footer .footer-top .content-box ul {
    justify-content: space-between;
  }
  footer .footer-top .content-box ul li:first-of-type {
    margin-right: 64px;
  }
  footer .footer-top .content-box ul li:nth-child(2) {
    display: none;
    visibility: hidden;
  }
  footer .footer-middle ul {
    width: calc(100% - 64px);
    flex-direction: row;
    flex-wrap: wrap;
  }
  footer .footer-middle ul li.logo {
    margin: 0;
    flex-basis: 100%;
  }
  footer .footer-middle ul li.logo a {
    margin: 0 auto 48px auto;
    display: table;
  }
  footer .footer-middle ul li.navigation {
    margin: 0;
  }
  footer .footer-middle ul li.navigation ul {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .container-fluid {
    padding: 0 16px !important;
  }
  .container-fluid .row {
    margin: 0 -16px !important;
  }
  .container-fluid .row > * {
    padding: 0 16px !important;
  }
  header ul {
    margin: 16px 64px;
    padding: 0;
    display: flex;
  }
  header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header ul li.logo {
    margin: 19px 0;
  }
  header ul li.logo a img {
    height: 58px;
  }
  header ul li.navigation {
    display: none;
    visibility: hidden;
  }
  header ul li.navigation ul {
    margin: 0;
    justify-content: right;
    display: block;
  }
  header ul li.navigation ul li.secondary-navigation nav ul {
    display: flex;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li a {
    text-decoration: none;
    color: #737373;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li a span {
    padding: 10px 20px;
    display: block;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.has-children > a span:after {
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    font-weight: 900;
    content: "\f107";
    display: inline-block;
    color: #37B34A;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a {
    text-decoration: none;
    color: #000000;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a span {
    padding: 10px 30px;
    background-color: #FFB300;
    border-radius: 10px;
    color: #000000;
    position: relative;
    transition: all linear 125ms;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a span::after {
    top: 18px;
    right: 14px;
    line-height: 12px;
    font-family: "Font Awesome 6 Pro";
    color: #000000;
    content: "\f178";
    position: absolute;
    opacity: 0;
    transition: opacity linear 125ms;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a:hover span {
    padding: 10px 44px 10px 16px;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li.button a:hover span:after {
    opacity: 1;
  }
  header ul li.navigation ul li.secondary-navigation nav ul li ul {
    display: none;
  }
  header ul li.navigation ul li.primary-navigation nav ul {
    display: flex;
  }
  header ul li.navigation ul li.primary-navigation nav ul li a {
    text-decoration: none;
    color: #000000;
  }
  header ul li.navigation ul li.primary-navigation nav ul li a span {
    padding: 10px 20px;
    font-family: "rubrikregular";
    font-size: 18px;
    display: block;
    transition: color linear 125ms;
  }
  header ul li.navigation ul li.primary-navigation nav ul li.active a span, header ul li.navigation ul li.primary-navigation nav ul li:hover a span {
    color: #34A845;
  }
  main section {
    padding: 32px 0 64px 0;
  }
  main section.hero {
    height: auto;
  }
  main section.hero::before {
    display: none;
    visibility: hidden;
  }
  main section.hero::after {
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
    z-index: 3;
  }
  main section.hero .wrapper .g-filled {
    right: 32px;
  }
  main section.hero .wrapper .radials::before, main section.hero .wrapper .radials::after {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides {
    flex-direction: column;
  }
  main section.hero .wrapper .radials .sides .content-box {
    top: -96px;
    width: 100%;
    padding: 16px 32px 32px 32px;
    position: relative;
    order: 2;
  }
  main section.hero .wrapper .radials .sides .content-box img.municipality-logo {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides .right {
    order: 1;
    width: 100%;
    margin-left: unset;
    position: relative;
  }
  main section.hero .wrapper .radials .sides .right::before {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides .right::after {
    top: unset;
    right: 0;
    bottom: 0;
    left: 0;
    width: calc(100% + 64px);
    height: 128px;
    margin: 0 -32px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
    z-index: 3;
  }
  main section.hero .wrapper .radials .sides .right .image {
    width: calc(100% + 64px);
    margin: 0 -32px;
    height: calc(100% - 88px);
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
  }
  main section.hero .wrapper .radials .sides .right .image::before {
    top: unset;
    bottom: -196px;
    right: unset;
    left: -112px;
    width: 450px;
    height: 350px;
    border-radius: 50%;
    filter: blur(100px);
    background: unset;
    background-color: #FFB300;
    content: "";
    position: absolute;
    opacity: 0.9;
    z-index: 2;
    pointer-events: none;
  }
  main section.hero .wrapper .radials .sides .right .image::after {
    right: -112px;
    left: unset;
    bottom: -164px;
    width: 450px;
    height: 350px;
    border-radius: 50%;
    filter: blur(100px);
    background: unset;
    background-color: #34A845;
    content: "";
    position: absolute;
    opacity: 1;
    z-index: 3;
    pointer-events: none;
  }
  main section.hero .wrapper .radials .sides .right .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main section.hero + section {
    padding-top: 0;
  }
  main section.categories .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.categories .categories .category {
    width: 100%;
  }
  main section.categories .categories .category .body {
    padding: 24px 20px 24px 20px;
  }
  main section.categories .categories .category .body .heading-placeholder {
    display: flex;
    align-content: start;
  }
  main section.categories .categories .category .body .heading-placeholder img {
    width: 64px;
    height: 64px;
  }
  main section.categories .categories .category .body .heading-placeholder p {
    padding-top: 20px;
  }
  main section.categories.measures .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.categories.grants-and-loans .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.measures .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.measures .measure .measure-placeholder .body {
    padding: 0 20px 24px 20px;
    position: relative;
    overflow: hidden;
    flex: 1;
  }
  main section.measures .measures-controls {
    flex-wrap: wrap;
  }
  main section.measures .measures-controls .measures-slider-dots ul.slick-dots {
    margin: 32px 0 0 0;
    padding: 0;
  }
  main section.measures .measures-controls .measures-slider-dots ul.slick-dots li:first-of-type button {
    margin-left: 0;
  }
  main section.measures .measures-controls .measures-slider-dots ul.slick-dots li:last-of-type button {
    margin-right: 0;
  }
  main section.measures .measures-controls .measures-slider-arrows {
    margin: 32px 0 0 0;
    padding: 0;
  }
  main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-prev,
  main section.measures .measures-controls .measures-slider-arrows .measures-slider-arrow-next {
    height: 14px;
    line-height: 14px;
    padding: 0;
  }
  main section.measures .measures-controls p.button {
    flex-basis: 100%;
    order: 3;
  }
  main section.grants-and-loans .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.grants-and-loans .grant-or-loan .grant-or-loan-placeholder .body {
    padding: 0 20px 24px 20px;
  }
  main section.grants-and-loans .grants-and-loans-controls {
    flex-wrap: wrap;
  }
  main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots {
    margin: 32px 0 0 0;
    padding: 0;
  }
  main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots li:first-of-type button {
    margin-left: 0;
  }
  main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-dots ul.slick-dots li:last-of-type button {
    margin-right: 0;
  }
  main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows {
    margin: 32px 0 0 0;
    padding: 0;
  }
  main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-prev,
  main section.grants-and-loans .grants-and-loans-controls .grants-and-loans-slider-arrows .grants-and-loans-slider-arrow-next {
    height: 14px;
    line-height: 14px;
    padding: 0;
  }
  main section.grants-and-loans .grants-and-loans-controls p.button {
    flex-basis: 100%;
    order: 3;
  }
  main section.references .wrapper {
    padding-right: 32px;
    padding-left: 32px;
  }
  main section.references .reference .reference-placeholder .body {
    padding: 0 20px 24px 20px;
  }
  main section.references .references-controls {
    flex-wrap: wrap;
  }
  main section.references .references-controls .references-slider-dots ul.slick-dots {
    margin: 32px 0 0 0;
    padding: 0;
  }
  main section.references .references-controls .references-slider-dots ul.slick-dots li:first-of-type button {
    margin-left: 0;
  }
  main section.references .references-controls .references-slider-dots ul.slick-dots li:last-of-type button {
    margin-right: 0;
  }
  main section.references .references-controls .references-slider-arrows {
    margin: 32px 0 0 0;
    padding: 0;
  }
  main section.references .references-controls .references-slider-arrows .references-slider-arrow-prev,
  main section.references .references-controls .references-slider-arrows .references-slider-arrow-next {
    height: 14px;
    line-height: 14px;
    padding: 0;
  }
  main section.references .references-controls p.button {
    flex-basis: 100%;
    order: 3;
  }
  main section.card {
    position: relative;
  }
  main section.card:before {
    bottom: 0;
  }
  main section.card .media {
    margin-bottom: 64px;
    position: relative;
    z-index: 2;
  }
  main section.card .media::before {
    bottom: -400px;
    left: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
  }
  main section.card .media::after {
    top: -400px;
    right: -400px;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
    content: "";
    position: absolute;
    opacity: 0.5;
    z-index: 0;
    pointer-events: none;
  }
  main section.background .wrapper {
    padding: 0 32px;
  }
  main section.background.green .wrapper {
    padding: 0;
  }
  main section.background.green.team .wrapper {
    padding: 0;
  }
  main section.team .wrapper {
    padding: 0 32px;
  }
  main section.image-right .image-right-placeholder .content {
    padding: 16px 32px 32px 32px;
  }
  main section.image-right .image-right-placeholder .image .g-filled {
    right: 80px;
    top: -72px;
  }
  main section.image-right .image-right-placeholder .image .g-filled img {
    width: 128px;
  }
  main section.image-right .image-right-placeholder .image .image-wrapper:after {
    display: none;
  }
  main section.faq .faq-wrapper {
    padding: 16px 32px 32px 32px;
  }
  main section.contact-person .contact-person {
    flex-direction: column;
    border: 0;
  }
  main section.contact-person .contact-person .contact-person-background {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 20px 0 0;
  }
  main section.contact-person .contact-person .content-data-align {
    position: relative;
    background-color: white;
    border-radius: 20px;
  }
  main section.contact-person .contact-person .content-data-align:before {
    content: "";
    background-image: linear-gradient(to bottom, rgb(238, 238, 238) 0%, 5%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 130px;
    z-index: 1;
  }
  main section.contact-person .contact-person .content-data-align .content-data {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 16px 16px 16px 16px;
    flex-direction: column;
    z-index: 2;
  }
  main section.contact-person .contact-person .content-data-align .content-data .intro {
    padding-bottom: 25px;
  }
  .sitemap .sitemap-content ul {
    column-count: 1;
  }
  .card.content-box {
    padding: 0px 32px 32px 32px;
  }
  .employees .employee {
    width: calc(50% - 64px);
  }
  .employees .volunteer {
    width: calc(50% - 64px);
  }
  .confirm-municipality.opened {
    display: flex;
    flex-direction: column-reverse;
  }
  .confirm-municipality .text {
    width: 100%;
  }
  .confirm-municipality .image {
    width: 100%;
    position: relative;
    left: 0;
    padding-top: 45%;
  }
  .confirm-municipality .image .g-filled {
    right: 80px;
    top: -72px;
  }
  .confirm-municipality .image .g-filled img {
    width: 128px;
  }
  .confirm-municipality .image .g-filled .icon {
    padding: 24px 0 0 0;
    top: 72px;
  }
  .confirm-municipality .image .g-filled .icon img {
    height: 38px;
  }
  .confirm-municipality .image::before {
    top: unset;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 40%;
    width: unset;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (max-width: 576px) {
  header .afm {
    padding: 16px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .afm img {
    width: 100%;
    height: 24px;
  }
  .container-fluid {
    padding: 0 16px !important;
  }
  .container-fluid .row {
    margin: 0 -16px !important;
  }
  .container-fluid .row > * {
    padding: 0 16px !important;
  }
  body.lgszDocumentTypeHome section.references {
    background-color: #EAF7EC;
    position: relative;
    overflow: hidden;
  }
  body.lgszDocumentTypeHome section.references::before {
    bottom: -175px;
    left: -175px;
    width: 400px;
    height: 400px;
  }
  body.lgszDocumentTypeHome section.references::after {
    top: -175px;
    right: -175px;
    width: 400px;
    height: 400px;
  }
  body.lgszDocumentTypeHome section.references .wrapper .g-large {
    top: -260px;
    right: 32px;
    position: absolute;
    opacity: 0.26;
  }
  body.lgszDocumentTypeHome section.references .wrapper .g-large img {
    width: 270px;
  }
  body.lgszDocumentTypeMeasure section.advantages {
    margin-top: 0 !important;
  }
  header ul {
    margin: 16px 0;
  }
  header ul li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header ul li.logo {
    margin: 0;
  }
  header ul li.logo a img {
    height: 42px;
  }
  header ul li.mobile-navigation {
    margin: 0;
  }
  main section {
    padding: 16px 0 48px 0;
  }
  main section.hero .wrapper .g-filled {
    top: -100px;
  }
  main section.hero .wrapper .g-filled .icon {
    top: 100px;
    padding: 24px 0 0 0;
  }
  main section.hero .wrapper .g-filled .icon img {
    height: 48px;
  }
  main section.hero .wrapper .g-filled img {
    width: 160px;
  }
  main section.hero .wrapper .radials .sides .breadcrumb {
    display: none;
    visibility: hidden;
  }
  main section.hero .wrapper .radials .sides .right {
    position: relative;
  }
  main section.hero .wrapper .radials .sides .right .image {
    height: 240px;
  }
  main section.hero .wrapper .radials .sides .right .image:before {
    bottom: -125px;
    left: -175px;
    width: 350px;
    height: 250px;
    filter: blur(75px);
    opacity: 0.9;
  }
  main section.hero .wrapper .radials .sides .right .image:after {
    bottom: -125px;
    right: -175px;
    width: 350px;
    height: 250px;
    filter: blur(75px);
    opacity: 0.9;
  }
  main section.hero .wrapper .radials .sides .content-box {
    top: -48px;
    padding: 0 32px 32px 32px;
    border-radius: 10px;
  }
  main section.hero + section {
    margin-top: unset !important;
    position: relative;
    z-index: 3;
  }
  main section.categories .wrapper {
    padding: 16px 0 0 0;
  }
  main section.categories .categories {
    margin: 20px 0 0 0;
  }
  main section.categories .categories .category {
    height: calc(100% - 14px);
    margin: 12px 0 0 0;
  }
  main section.categories .pattern {
    top: 0;
  }
  main section.measures .wrapper {
    padding: 0;
  }
  main section.calendar .wrapper {
    padding: 0;
  }
  main section.calendar .wrapper .filters {
    height: unset;
  }
  main section.calendar .wrapper .filters::after {
    height: unset;
  }
  main section.calendar .wrapper .item .item-placeholder .body {
    flex-direction: column;
  }
  main section.calendar .wrapper .item .item-placeholder .body .data {
    order: 2;
  }
  main section.calendar .wrapper .item .item-placeholder .body .logo {
    order: 1;
    margin-left: unset;
  }
  main section.calendar .wrapper .item .item-placeholder .body .logo img {
    width: auto;
  }
  main section.grants-and-loans::before {
    bottom: -175px;
    left: -175px;
    width: 400px;
    height: 400px;
  }
  main section.grants-and-loans::after {
    top: -175px;
    right: -175px;
    width: 400px;
    height: 400px;
  }
  main section.grants-and-loans .wrapper {
    padding: 0;
  }
  main section.grants-and-loans .wrapper .g-large {
    top: -260px;
    right: 32px;
    position: absolute;
    opacity: 0.26;
  }
  main section.grants-and-loans .wrapper .g-large img {
    width: 270px;
  }
  main section.references {
    padding: 16px 0 48px 0;
  }
  main section.references .reference .reference-placeholder .body p.heading-3 {
    padding-top: 6px;
  }
  main section.references .wrapper {
    padding: 0;
  }
  main section.card:before {
    width: 100%;
    top: 160px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, #eaf7ec 0%, rgba(234, 247, 236, 0) 100%);
    background: -webkit-linear-gradient(top, #eaf7ec 0%, rgba(234, 247, 236, 0) 100%);
    background: linear-gradient(to bottom, #eaf7ec 0%, rgba(234, 247, 236, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eaf7ec", endColorstr="#00eaf7ec",GradientType=1 );
    content: "";
    position: absolute;
    z-index: 0;
  }
  main section.card:after {
    width: 50%;
    top: unset;
    bottom: 48px;
    height: 223px;
    left: unset;
    right: 0;
    background-image: url(/Themes/Theme/Images/pattern_footer.svg);
    background-size: 40px 58px;
    background-position: bottom -9px right -9px;
    background-repeat: repeat;
    content: "";
    position: absolute;
    z-index: -1;
  }
  main section.card .media {
    margin: 32px 0 0 0;
  }
  main section.background .wrapper {
    padding: 0 32px;
  }
  main section.background.green .wrapper {
    padding: 0;
  }
  main section.search-results .wrapper {
    padding: 0;
  }
  main section.checklist {
    margin-top: 0 !important;
  }
  main section.properties .content,
  main section.properties .content-box {
    padding: 16px 32px 32px 32px;
  }
  main section.conditions .conditions-placeholder ul.checks {
    flex-direction: column;
  }
  main section.conditions .conditions-placeholder ul.checks li {
    width: 100%;
  }
  .card.content-box {
    padding: 0px 32px 32px 32px;
  }
  .employees .employee {
    width: 100%;
  }
  .employees .volunteer {
    width: 100%;
  }
  footer .footer-top {
    padding-bottom: 72px;
    position: relative;
  }
  footer .footer-top::before {
    bottom: 0;
    z-index: 2;
  }
  footer .footer-top .content-box {
    margin-top: 96px;
    padding: 0;
    background: none;
    border-radius: 10px;
    -webkit-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
    box-shadow: -16px -16px 64px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 3;
  }
  footer .footer-top .content-box ul {
    flex-direction: column;
  }
  footer .footer-top .content-box ul li {
    margin: 0;
    padding: 0 32px 0;
    background-color: #FFFFFF;
  }
  footer .footer-top .content-box ul li:first-of-type {
    margin: 0;
    padding-top: 16px;
    background: rgb(52, 168, 69);
    background: -moz-linear-gradient(Top, rgb(52, 168, 69) 25%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(Top, rgb(52, 168, 69) 25%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(52, 168, 69) 25%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34a845", endColorstr="#ffffff",GradientType=1 );
  }
  footer .footer-top .content-box ul li:last-of-type {
    padding-bottom: 32px;
  }
  footer .footer-top .content-box ul li .media {
    width: 100%;
    height: calc(100% + 160px);
    margin: -96px 0 -64px 0;
    position: relative;
  }
  footer .footer-top .content-box ul li .media img {
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
  }
  footer .footer-top .content-box .radial {
    display: none;
    visibility: hidden;
  }
  footer .footer-middle ul {
    width: calc(100% - 64px);
    margin: 48px 32px;
    flex-direction: column;
  }
  footer .footer-middle ul li {
    margin: 0;
  }
  footer .footer-middle ul li ul {
    width: 100%;
  }
  footer .footer-middle ul li ul li ul {
    width: 100%;
    margin: 32px 0 0 0;
  }
  footer .footer-middle ul li ul li ul li ul {
    margin: 14px 0 0 0;
  }
  footer .footer-middle ul li ul li ul li ul.social {
    margin: 32px 0 0 0;
    flex-direction: row;
  }
  footer .footer-middle ul li.logo {
    text-align: center;
  }
  footer .footer-middle ul li.logo a {
    margin: 0 auto 16px auto;
  }
  footer .footer-middle ul li.logo a img {
    margin: 0;
  }
  footer .footer-middle .logo a {
    margin: 0 auto;
    display: inline-block;
  }
  footer .footer-middle .logo a img {
    height: 48px;
    margin: 0 auto;
  }
  footer .footer-bottom {
    padding: 0;
    background-color: #EAF7EC;
    position: relative;
    overflow: hidden;
  }
  footer .footer-bottom::before {
    bottom: -200px;
    left: -200px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    background: radial-gradient(ellipse at center, rgb(255, 179, 0) 0%, rgba(255, 179, 0, 0) 60%, rgba(255, 179, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffb300", endColorstr="#00ffb300",GradientType=1 );
    content: "";
    position: absolute;
    opacity: 0.15;
    z-index: 1;
    pointer-events: none;
  }
  footer .footer-bottom::after {
    top: -200px;
    right: -200px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    background: radial-gradient(ellipse at center, rgb(55, 179, 74) 0%, rgba(55, 179, 74, 0) 60%, rgba(55, 179, 74, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#34A845 ", endColorstr="#0037b34a",GradientType=1 );
    content: "";
    position: absolute;
    opacity: 0.25;
    z-index: 0;
    pointer-events: none;
  }
  footer .footer-bottom .wrapper {
    position: relative;
    z-index: 2;
  }
  footer .footer-bottom p {
    padding: 48px 0;
    font-size: 14px;
    text-align: center;
  }
  footer .footer-bottom p a {
    margin: 0;
    display: block;
  }
  footer .footer-bottom p a:first-of-type {
    margin-top: 16px;
  }
  .update-municipality {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
  }
  .update-municipality .icon {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
  }
  .confirm-municipality .text {
    padding: 0 32px 32px 32px;
  }
  .confirm-municipality .image {
    min-height: 180px;
  }
  .confirm-municipality .image .g-filled {
    right: 40px;
  }
  .faq-module .questions .item .question {
    padding: 24px 24px 24px 32px;
  }
  .faq-module .questions .item .answer {
    padding: 24px 24px 24px 32px;
  }
}
.mpForm .mpErrorSummary label {
  padding: 0 0 14px 0;
  font-family: "rubrikregular";
  line-height: 16px;
  font-size: 16px;
  pointer-events: none;
}
.mpForm .mpErrorSummary ul {
  padding: 0;
}
.mpForm .mpErrorSummary ul li {
  margin: 0 0 0 16px;
  padding: 0;
  list-style: disc;
}
.mpForm ul {
  margin: 0;
  padding: 14px 0 0 0;
}
.mpForm ul li {
  margin: 0;
  padding: 14px 0 0 0;
  list-style: none;
}
.mpForm ul li::before {
  display: none;
  visibility: hidden;
}
.mpForm ul li .mpFormLabel label {
  padding: 0 0 14px 0;
  font-family: "rubrikregular";
  line-height: 16px;
  font-size: 16px;
  pointer-events: none;
}
.mpForm ul li .mpErrorRow label {
  padding: 14px 0 0 0;
  line-height: 28px;
  font-family: "rubrik_lightregular" !important;
  font-size: 16px;
  font-weight: normal !important;
}
.mpForm ul li input[type=text] {
  width: 100%;
  height: 68px;
  border-radius: 10px;
  border: 1px solid #D3EBD6;
  background-color: #EAF7EC;
  padding: 0 32px;
  text-indent: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.mpForm ul li input[type=submit] {
  margin: 0;
  padding: 10px 32px;
  background-color: #FFB300;
  border: 0;
  border-radius: 10px;
  position: relative;
}
.mpForm ul li input[type=submit]:hover {
  text-decoration: underline;
}

.reviews {
  margin-top: 24px;
  width: 100%;
}
.reviews .heading-3 {
  color: #34a845;
}
.reviews .review {
  height: 100%;
  transition: padding linear 125ms;
  padding: 16px 64px 48px 64px;
}
.reviews .review .reviews-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background: red;
}
.reviews .review .reviews-placeholder:hover {
  border-color: #34A845;
}
.reviews .review .reviews-placeholder .heading-3 {
  color: #34a845;
  background-color: red;
}
.reviews .review .reviews-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /*
  		&:focus {
  			border: 2px solid red;
  			border-radius: 20px;
  		}
  		*/
}
.reviews .review .reviews-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.reviews .review .reviews-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
.reviews .review .reviews-placeholder .body {
  padding: 6px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.reviews .review .reviews-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
.reviews .review .reviews-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
.reviews .review .reviews-placeholder .body p.heading-3 {
  font-size: 18px;
}
.reviews .review .reviews-placeholder .body ul {
  margin: 0;
  padding: 0;
}
.reviews .review .reviews-placeholder .body ul li {
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
  position: relative;
}
.reviews .review .reviews-placeholder .body ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}
.reviews .review .reviews-placeholder:hover .body::before {
  background-color: #34A845;
}
.reviews .review .reviews-placeholder:hover .body::after {
  color: #FFFFFF;
}
.reviews .reviews-slider .slick-list {
  margin: 0 -32px;
}
.reviews .reviews-slider .slick-list .slick-track {
  margin: unset;
  display: flex;
}
.reviews .reviews-slider .slick-list .slick-track .slick-slide {
  margin: 0 32px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.reviews .reviews-slider .slick-list .slick-track .slick-slide > div {
  height: 100%;
  width: 100%;
}
.reviews .reviews-controls {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.reviews .reviews-controls .reviews-slider-dots ul.slick-dots {
  margin: 15px auto;
  padding: 38px 0 0 0;
  line-height: 48px;
  display: flex;
}
.reviews .reviews-controls .reviews-slider-dots ul.slick-dots li {
  margin: 0;
  padding: 0;
  height: 14px;
  line-height: 48px;
  list-style: none;
}
.reviews .reviews-controls .reviews-slider-dots ul.slick-dots li button {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  padding: 0;
  background-color: #FFFFFF;
  border: 1px solid #34A845;
  border-radius: 50%;
  font-size: 0;
  transition: background-color linear 125ms;
  vertical-align: top;
}
.reviews .reviews-controls .reviews-slider-dots ul.slick-dots li.slick-active button {
  background-color: #34A845;
}
.reviews .reviews-controls p.button {
  padding-top: 38px;
  flex: 0;
}
.reviews .reviews-controls p.button a span {
  white-space: nowrap;
}
.reviews .reviews-controls .reviews-slider-arrows {
  margin-right: 12px;
  padding-top: 38px;
  display: flex;
}
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-prev,
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-next {
  width: 16px;
  height: 48px;
  line-height: 48px;
  padding: 15px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-prev {
  margin-right: 10px;
}
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-prev:after,
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-next:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  position: absolute;
}
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-prev:after {
  content: "\f177";
}
.reviews .reviews-controls .reviews-slider-arrows .reviews-slider-arrow-next:after {
  content: "\f178";
}

.u-alert-message {
  position: relative;
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 50px 35px;
  box-sizing: border-box;
  font-family: system-ui, sans-serif;
  color: #000000;
  line-height: 28px;
  opacity: 1;
  animation: showAnim 1s cubic-bezier(0.4, 0.2, 0.2, 1) forwards;
  transition: all 1s;
  font-size: 16px; /* Text size */
  z-index: 9999;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.25);
}

.u-alert-message.absolute {
  position: fixed;
  z-index: 9999;
  right: 140px;
  bottom: 60px;
}

.u-alert-content h2 {
  margin-top: -20px;
  padding-right: 10px;
}

.u-alert-content p {
  margin: 10px 0 0 0;
}

.u-alert-button-container {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: -5px;
}

.u-alert-button-container > * {
  margin-bottom: 5px;
}

.u-alert-button-container > *:not(:last-child) {
  margin-right: 5px;
}

.u-alert-button {
  appearance: none;
  border: 0;
  background: #FFB300; /* Button background color */
  color: #000000; /* Button text color */
  padding: 8px 20px;
  border-radius: 5px; /* Button border radius */
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: filter 0.2s ease;
  cursor: pointer;
}

.u-alert-button:hover,
.u-alert-button:focus {
  filter: brightness(1.1);
}

.u-alert-button.secondary {
  background: #FFB300; /* Secondary button background */
  color: #000000; /* Secondary button text color */
}

.u-alert-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 40px;
  font-size: 16px;
  background: #FFB300;
  color: #000000;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.u-alert-close:hover {
  background: #FF8C00;
}

@media (max-width: 776px) {
  .u-alert-message.absolute {
    width: calc(100% - 20px);
    max-width: 100%;
    right: 0;
    left: 0;
    bottom: 130px;
    border-radius: 10px;
    margin: 10px;
    font-size: 24px;
    padding: 0px 50px 35px;
  }
}
@keyframes showAnim {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.subjects--box.filter.categories .category--item {
  margin-top: 6px;
  padding: 10px 18px 10px 44px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.subjects--box.filter.categories .category--item .category--title span::before {
  top: 10px;
  left: 18px;
  font-family: "Font Awesome 6 Pro";
  color: #34a845;
  content: "\f078";
  position: absolute;
}
.subjects--box.filter.categories .category--item .category--content ul {
  margin: 0;
  padding: 0;
}
.subjects--box.filter.categories .category--item .category--content ul li {
  margin: 0;
  padding: 0 0 0 34px;
  font-weight: normal;
  list-style: none;
  position: relative;
}
.subjects--box.filter.categories .category--item .category--content ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  color: #34a845;
  content: "\f178";
  position: absolute;
}
.subjects--box.filter.categories .category--item .category--content ul li.active {
  font-weight: bold;
}
.subjects--box.filter.categories .category--item.opened {
  background-color: transparent;
  border-color: #34a845;
  font-weight: bold;
}
.subjects--box.filter.categories .category--item.opened .category--title span::before {
  content: "\f077";
}
.questions--wrapper {
  margin-top: 32px;
}
.questions--wrapper .question--item {
  margin-top: 6px;
  padding: 40px 40px 40px 68px;
  background-color: #fff;
  border: 1px solid #D9F0DD;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.questions--wrapper .question--item .question--title p {
  padding: 0;
  font-weight: bold;
}
.questions--wrapper .question--item .question--title p::before {
  top: 40px;
  left: 40px;
  font-family: "Font Awesome 6 Pro";
  color: #34a845;
  content: "\f078";
  position: absolute;
}
.questions--wrapper .question--item .question--content .answer p:first-of-type {
  padding: 0;
}
.questions--wrapper .question--item.opened .question--title p::before {
  content: "\f077";
}

@media (max-width: 576px) {
  .questions--wrapper {
    padding-top: 32px;
  }
}
#oa_widget .frm-section-register-form-appointment .type-multiline {
  display: none;
}

.dealer-locator .filters {
  height: unset !important;
}
.dealer-locator .filters .radial {
  height: unset !important;
}
.dealer-locator input[type=text] {
  width: 100%;
  margin-top: 6px;
  line-height: 48px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  text-indent: 20px;
  outline: 0;
  display: block;
  /*
  &:focus {
  	border-color: #34A845;
  }*/
}
.dealer-locator select {
  width: 100%;
  margin-top: 6px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 10px;
  text-indent: 20px;
  outline: 0;
  display: block;
  /*
  &:focus {
  	border-color: #34A845;
  }*/
}
.dealer-locator button {
  margin-top: 6px;
}
.dealer-locator ul {
  margin: 0;
  padding: 0;
}
.dealer-locator ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 20px;
}
.dealer-locator ul.list li {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
.dealer-locator ul.list li:hover {
  padding: 10px 0 22px 0;
}
.dealer-locator ul.list li .item-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.dealer-locator ul.list li .item-placeholder:hover {
  border-color: #34A845;
}
.dealer-locator ul.list li .item-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.dealer-locator ul.list li .item-placeholder .image {
  width: 40%;
}
.dealer-locator ul.list li .item-placeholder .image img {
  width: 100%;
  height: auto;
  display: block;
}
.dealer-locator ul.list li .item-placeholder .body {
  padding: 0px 20px 20px 20px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.dealer-locator ul.list li .item-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
.dealer-locator ul.list li .item-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
.dealer-locator ul.list li .item-placeholder .body p.title {
  padding-top: 20px;
  font-weight: bold;
}
.dealer-locator ul.list li .item-placeholder .body p.city {
  padding-top: 0;
}
.dealer-locator ul.list li .item-placeholder .body p.distance {
  padding-top: 0;
  color: #737373;
}
.dealer-locator ul.list li .item-placeholder:hover .body::before {
  background-color: #34A845;
}
.dealer-locator ul.list li .item-placeholder:hover .body::after {
  color: #FFFFFF;
}
.dealer-locator ul.list li.no-transition:hover {
  padding: 32px 0 0 0;
  transition: unset;
}
.dealer-locator ul.bh-sl-filters li {
  margin-top: 6px;
}
.dealer-locator ul.bh-sl-filters li input[type=checkbox] {
  display: none;
  visibility: hidden;
}
.dealer-locator ul.bh-sl-filters li input[type=checkbox]:checked ~ label {
  background-color: transparent;
  border-color: #34a845;
  font-weight: bold;
}
.dealer-locator ul.bh-sl-filters li label {
  padding: 10px 18px 10px 44px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: normal !important;
  display: block;
  cursor: pointer;
  position: relative;
}
.dealer-locator ul.bh-sl-filters li label::before {
  top: 10px;
  left: 18px;
  font-family: "Font Awesome 6 Pro";
  color: #34a845;
  content: "\f178";
  position: absolute;
}
@media (max-width: 1200px) {
  .dealer-locator ul.list {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
  }
}
@media (max-width: 576px) {
  .dealer-locator ul.list {
    grid-template-columns: 100%;
  }
}

.buttons.right {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.single-measure {
  height: 100%;
  padding: 32px 0 0 0;
  transition: padding linear 125ms;
}
.single-measure:hover {
  padding: 10px 0 22px 0;
}
.single-measure .measure-placeholder {
  height: 100%;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #EAF7EC;
  border-radius: 20px;
  transition: border linear 125ms;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.single-measure .measure-placeholder:hover {
  border-color: #34A845;
}
.single-measure .measure-placeholder a {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  /*
  			&:focus {
  				border: 2px solid red;
  				border-radius: 20px;
  			}
  			*/
}
.single-measure .measure-placeholder .media {
  margin: 0;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.single-measure .measure-placeholder .media::after {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 85%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 );
  position: absolute;
  content: "";
  z-index: 1;
  pointer-events: none;
}
.single-measure .measure-placeholder .body {
  padding: 6px 40px 48px 40px;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.single-measure .measure-placeholder .body::before {
  right: 0px;
  bottom: 0px;
  width: 64px;
  height: 64px;
  background-color: #EAF7EC;
  border-bottom-right-radius: 20px;
  border: 1px solid #FFFFFF;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  position: absolute;
  transition: background-color linear 125ms;
}
.single-measure .measure-placeholder .body::after {
  right: 12px;
  bottom: 12px;
  line-height: 12px;
  font-family: "Font Awesome 6 Pro";
  color: #34A845;
  content: "\f178";
  position: absolute;
  transition: color linear 125ms;
}
.single-measure .measure-placeholder .body p.heading-3 {
  font-size: 18px;
}
.single-measure .measure-placeholder .body ul {
  margin: 0;
  padding: 0;
}
.single-measure .measure-placeholder .body ul li {
  margin: 16px 0 0 0;
  padding: 0 0 0 32px;
  list-style: none;
  position: relative;
}
.single-measure .measure-placeholder .body ul li::before {
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 18px;
  content: "\f00c";
  color: #34A845;
  position: absolute;
}
.single-measure .measure-placeholder:hover .body::before {
  background-color: #34A845;
}
.single-measure .measure-placeholder:hover .body::after {
  color: #FFFFFF;
}

.col-12.col-xl-6 .single-measure {
  margin-left: 33.3333333333%;
}

@media (max-width: 1280px) {
  .col-12.col-xl-6 .single-measure {
    margin-left: unset;
  }
}
